summaryrefslogtreecommitdiff
path: root/include/asm-x86/arch_hooks.h
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2008-08-11 14:34:08 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-08-11 14:43:09 (GMT)
commit2ae111cdd8d83ebf9de72e36e68a8c84b6ebbeea (patch)
tree0ca28a5869a172d0c76caa3ad8271524cc0a733b /include/asm-x86/arch_hooks.h
parent15dd859cacf312f606f54502d1f66537a1e5c78c (diff)
downloadlinux-fsl-qoriq-2ae111cdd8d83ebf9de72e36e68a8c84b6ebbeea.tar.xz
x86: apic interrupts - move assignments to irqinit_32.c, v2
64bit mode APIC interrupt handlers are set within irqinit_64.c. Lets do tha same for 32bit mode which would help in furter code merging. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/arch_hooks.h')
-rw-r--r--include/asm-x86/arch_hooks.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/arch_hooks.h b/include/asm-x86/arch_hooks.h
index 72adc3a..de4596b 100644
--- a/include/asm-x86/arch_hooks.h
+++ b/include/asm-x86/arch_hooks.h
@@ -12,8 +12,6 @@
/* these aren't arch hooks, they are generic routines
* that can be used by the hooks */
extern void init_ISA_irqs(void);
-extern void apic_intr_init(void);
-extern void smp_intr_init(void);
extern irqreturn_t timer_interrupt(int irq, void *dev_id);
/* these are the defined hooks */