projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d995053
)
irq: trivial: Fix typo in comment for #endif
author
Michael Neuling
<mikey@neuling.org>
Thu, 22 Oct 2009 03:39:28 +0000
(14:39 +1100)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 23 Oct 2009 06:28:10 +0000
(08:28 +0200)
The comment suggests this #endif is CONFIG_X86 but it's really
CONFIG_TRACE_IRQFLAGS_SUPPORT
Signed-off-by: Michael Neuling <mikey@neuling.org>
Cc: michael@ellerman.id.au
LKML-Reference: <18191.
1256182768
@neuling.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/irqflags.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/irqflags.h
b/include/linux/irqflags.h
index b02a3f1d46a0595788b86220bcbee174171ad78c..006bf45eae30e5777ece188a997736cd5ff509cf 100644
(file)
--- a/
include/linux/irqflags.h
+++ b/
include/linux/irqflags.h
@@
-124,6
+124,6
@@
typecheck(unsigned long, flags); \
raw_irqs_disabled_flags(flags); \
})
-#endif
/* CONFIG_X86
*/
+#endif
/* CONFIG_TRACE_IRQFLAGS_SUPPORT
*/
#endif