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:
65d3708
)
x86: irqinit_32.c fix compilation warning
author
Jaswinder Singh Rajput
<jaswinder@kernel.org>
Sun, 1 Feb 2009 16:37:39 +0000
(22:07 +0530)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 1 Feb 2009 16:41:52 +0000
(17:41 +0100)
Fix:
arch/x86/kernel/irqinit_32.c:124: warning: 'smp_intr_init' defined but not used
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/irqinit_32.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/irqinit_32.c
b/arch/x86/kernel/irqinit_32.c
index ddf3eb72f864f311d4d20587150d486e95391a1d..520e6c1c5d229abc401c93f094a7e838e403cbc8 100644
(file)
--- a/
arch/x86/kernel/irqinit_32.c
+++ b/
arch/x86/kernel/irqinit_32.c
@@
-154,9
+154,9
@@
static void __init smp_intr_init(void)
static void __init apic_intr_init(void)
{
-#ifdef CONFIG_X86_LOCAL_APIC
smp_intr_init();
+#ifdef CONFIG_X86_LOCAL_APIC
/* self generated IPI for local APIC timer */
alloc_intr_gate(LOCAL_TIMER_VECTOR, apic_timer_interrupt);