projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6859358
)
x86: hardirq: Make irq_hv_callback_count available for CONFIG_HYPERV=m as well
author
Thomas Gleixner
<tglx@linutronix.de>
Thu, 6 Mar 2014 11:08:37 +0000
(12:08 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 6 Mar 2014 11:08:37 +0000
(12:08 +0100)
Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/include/asm/hardirq.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/asm/hardirq.h
b/arch/x86/include/asm/hardirq.h
index afb6536ee3acf4271cef09efcfe1d163d298458c..230853da4ec09ea6590aed6d724e1fd13b9e356c 100644
(file)
--- a/
arch/x86/include/asm/hardirq.h
+++ b/
arch/x86/include/asm/hardirq.h
@@
-33,7
+33,7
@@
typedef struct {
#ifdef CONFIG_X86_MCE_THRESHOLD
unsigned int irq_threshold_count;
#endif
-#if
defined
(CONFIG_HYPERV) || defined(CONFIG_XEN)
+#if
IS_ENABLED
(CONFIG_HYPERV) || defined(CONFIG_XEN)
unsigned int irq_hv_callback_count;
#endif
} ____cacheline_aligned irq_cpustat_t;