projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e34191f
)
locktorture: Fix __acquire annotation for spinlock irq
author
Davidlohr Bueso
<dave@stgolabs.net>
Mon, 29 Sep 2014 13:14:24 +0000
(06:14 -0700)
committer
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Tue, 30 Sep 2014 07:10:02 +0000
(
00:10
-0700)
Its quite easy to get mixed up with the names -- 'torture_spinlock_irq'
is not actually a valid spinlock name.
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/locking/locktorture.c
patch
|
blob
|
history
diff --git
a/kernel/locking/locktorture.c
b/kernel/locking/locktorture.c
index 0762b25b41107d6bf6f1913ddc6d7ff704a0c18e..9e9cd111fb0fbc3b7a8039928f716a208a57c6fe 100644
(file)
--- a/
kernel/locking/locktorture.c
+++ b/
kernel/locking/locktorture.c
@@
-205,7
+205,7
@@
static struct lock_torture_ops spin_lock_ops = {
};
static int torture_spin_lock_write_lock_irq(void)
-__acquires(torture_spinlock
_irq
)
+__acquires(torture_spinlock)
{
unsigned long flags;