diff options
Diffstat (limited to 'arch/x86/mach-default')
| -rw-r--r-- | arch/x86/mach-default/setup.c | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/arch/x86/mach-default/setup.c b/arch/x86/mach-default/setup.c index 3d317836be9e..37b9ae4d44c5 100644 --- a/arch/x86/mach-default/setup.c +++ b/arch/x86/mach-default/setup.c | |||
| @@ -10,13 +10,15 @@ | |||
| 10 | #include <asm/e820.h> | 10 | #include <asm/e820.h> |
| 11 | #include <asm/setup.h> | 11 | #include <asm/setup.h> |
| 12 | 12 | ||
| 13 | #include <mach_ipi.h> | ||
| 14 | |||
| 13 | #ifdef CONFIG_HOTPLUG_CPU | 15 | #ifdef CONFIG_HOTPLUG_CPU |
| 14 | #define DEFAULT_SEND_IPI (1) | 16 | #define DEFAULT_SEND_IPI (1) |
| 15 | #else | 17 | #else |
| 16 | #define DEFAULT_SEND_IPI (0) | 18 | #define DEFAULT_SEND_IPI (0) |
| 17 | #endif | 19 | #endif |
| 18 | 20 | ||
| 19 | int no_broadcast=DEFAULT_SEND_IPI; | 21 | int no_broadcast = DEFAULT_SEND_IPI; |
| 20 | 22 | ||
| 21 | /** | 23 | /** |
| 22 | * pre_intr_init_hook - initialisation prior to setting up interrupt vectors | 24 | * pre_intr_init_hook - initialisation prior to setting up interrupt vectors |
| @@ -36,15 +38,6 @@ void __init pre_intr_init_hook(void) | |||
| 36 | init_ISA_irqs(); | 38 | init_ISA_irqs(); |
| 37 | } | 39 | } |
| 38 | 40 | ||
| 39 | /* | ||
| 40 | * IRQ2 is cascade interrupt to second interrupt controller | ||
| 41 | */ | ||
| 42 | static struct irqaction irq2 = { | ||
| 43 | .handler = no_action, | ||
| 44 | .mask = CPU_MASK_NONE, | ||
| 45 | .name = "cascade", | ||
| 46 | }; | ||
| 47 | |||
| 48 | /** | 41 | /** |
| 49 | * intr_init_hook - post gate setup interrupt initialisation | 42 | * intr_init_hook - post gate setup interrupt initialisation |
| 50 | * | 43 | * |
| @@ -60,12 +53,6 @@ void __init intr_init_hook(void) | |||
| 60 | if (x86_quirks->arch_intr_init()) | 53 | if (x86_quirks->arch_intr_init()) |
| 61 | return; | 54 | return; |
| 62 | } | 55 | } |
| 63 | #ifdef CONFIG_X86_LOCAL_APIC | ||
| 64 | apic_intr_init(); | ||
| 65 | #endif | ||
| 66 | |||
| 67 | if (!acpi_ioapic) | ||
| 68 | setup_irq(2, &irq2); | ||
| 69 | } | 56 | } |
| 70 | 57 | ||
| 71 | /** | 58 | /** |
