aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorGlauber de Oliveira Costa <gcosta@redhat.com>2008-03-19 13:25:38 -0400
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:41:01 -0400
commit50e440aa5323860d9e5960143b720e461ed0c582 (patch)
treee6c1c7ab8417069d2e3bac9695f61d96b4eb26c3 /arch
parent4626df1801dc03de42f1c155417393b91c8f5d97 (diff)
x86: call nmi_watchdog_default in i386
this does not exist, so it will be an empty macro Signed-off-by: Glauber Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/smpboot_32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/smpboot_32.c b/arch/x86/kernel/smpboot_32.c
index 1f3aff4caaf7..a35055361b85 100644
--- a/arch/x86/kernel/smpboot_32.c
+++ b/arch/x86/kernel/smpboot_32.c
@@ -876,6 +876,7 @@ static void __init smp_boot_cpus(unsigned int max_cpus)
876 who understands all this stuff should rewrite it properly. --RR 15/Jul/02 */ 876 who understands all this stuff should rewrite it properly. --RR 15/Jul/02 */
877void __init native_smp_prepare_cpus(unsigned int max_cpus) 877void __init native_smp_prepare_cpus(unsigned int max_cpus)
878{ 878{
879 nmi_watchdog_default();
879 smp_commenced_mask = cpumask_of_cpu(0); 880 smp_commenced_mask = cpumask_of_cpu(0);
880 cpu_callin_map = cpumask_of_cpu(0); 881 cpu_callin_map = cpumask_of_cpu(0);
881 mb(); 882 mb();