From 4cb9419ccf2544b19e57d6cf3f3ea367741bd63c Mon Sep 17 00:00:00 2001 From: Jaswinder Singh Date: Wed, 23 Jul 2008 17:44:00 +0530 Subject: [PATCH] --- yaml --- r: 110304 b: refs/heads/master c: 71e3b818431957371c7f69fa1c576d4a403c1478 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/mach-default/setup.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 57f963c905f7..2c7d999168fd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 01eb7858c017b1c63b962f8c2ad37133383ca560 +refs/heads/master: 71e3b818431957371c7f69fa1c576d4a403c1478 diff --git a/trunk/arch/x86/mach-default/setup.c b/trunk/arch/x86/mach-default/setup.c index 3d317836be9e..3f2cf11f201a 100644 --- a/trunk/arch/x86/mach-default/setup.c +++ b/trunk/arch/x86/mach-default/setup.c @@ -10,13 +10,15 @@ #include #include +#include + #ifdef CONFIG_HOTPLUG_CPU #define DEFAULT_SEND_IPI (1) #else #define DEFAULT_SEND_IPI (0) #endif -int no_broadcast=DEFAULT_SEND_IPI; +int no_broadcast = DEFAULT_SEND_IPI; /** * pre_intr_init_hook - initialisation prior to setting up interrupt vectors