projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
832a771
)
s390/idle: add missing irq off lockdep annotation
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Mon, 1 Dec 2014 13:24:41 +0000
(14:24 +0100)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Mon, 8 Dec 2014 08:42:31 +0000
(09:42 +0100)
psw_idle() returns with interrupts disabled, so we should add the
missing annotation.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/idle.c
patch
|
blob
|
history
diff --git
a/arch/s390/kernel/idle.c
b/arch/s390/kernel/idle.c
index 05fbc2c98fafad7edd50b372ed3053debbf576dc..8814dd9cf6444577ddcf2558dbe8c423c2233af9 100644
(file)
--- a/
arch/s390/kernel/idle.c
+++ b/
arch/s390/kernel/idle.c
@@
-35,6
+35,8
@@
void enabled_wait(void)
/* Call the assembler magic in entry.S */
psw_idle(idle, psw_mask);
+ trace_hardirqs_off();
+
/* Account time spent with enabled wait psw loaded as idle time. */
idle->sequence++;
smp_wmb();