diff options
Diffstat (limited to 'arch/x86/mach-default/setup.c')
| -rw-r--r-- | arch/x86/mach-default/setup.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/mach-default/setup.c b/arch/x86/mach-default/setup.c index 3d317836be9e..3f2cf11f201a 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 |
