diff options
author | Dimitri Sivanich <sivanich@sgi.com> | 2009-10-13 15:32:36 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-10-14 09:17:09 +0200 |
commit | 9338ad6ffb70eca97f335d93c54943828c8b209e (patch) | |
tree | 40b259ecd99f08e42d5e51ba8b346cf8e10417bc /arch/x86/include/asm/uv | |
parent | 6c2c502910247d2820cb630e7b28fb6bdecdbf45 (diff) | |
download | talos-op-linux-9338ad6ffb70eca97f335d93c54943828c8b209e.tar.gz talos-op-linux-9338ad6ffb70eca97f335d93c54943828c8b209e.zip |
x86, apic: Move SGI UV functionality out of generic IO-APIC code
Move UV specific functionality out of the generic IO-APIC code.
Signed-off-by: Dimitri Sivanich <sivanich@sgi.com>
LKML-Reference: <20091013203236.GD20543@sgi.com>
[ Cleaned up the code some more in their new places. ]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/uv')
-rw-r--r-- | arch/x86/include/asm/uv/uv_irq.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/include/asm/uv/uv_irq.h b/arch/x86/include/asm/uv/uv_irq.h index 5397e1290952..d6b17c760622 100644 --- a/arch/x86/include/asm/uv/uv_irq.h +++ b/arch/x86/include/asm/uv/uv_irq.h @@ -31,13 +31,6 @@ enum { UV_AFFINITY_CPU }; -extern struct irq_chip uv_irq_chip; - -extern int -arch_enable_uv_irq(char *, unsigned int, int, int, unsigned long, int); -extern void arch_disable_uv_irq(int, unsigned long); -extern int uv_set_irq_affinity(unsigned int, const struct cpumask *); - extern int uv_irq_2_mmr_info(int, unsigned long *, int *); extern int uv_setup_irq(char *, int, int, unsigned long, int); extern void uv_teardown_irq(unsigned int); |