* Fix for nosmp (2.6)
@ 2003-08-28 5:32 Matt Chapman
0 siblings, 0 replies; only message in thread
From: Matt Chapman @ 2003-08-28 5:32 UTC (permalink / raw)
To: linux-ia64
[-- Attachment #1: Type: text/plain, Size: 49 bytes --]
Patch should be self-explanatory.
Thanks,
Matt
[-- Attachment #2: smpboot.diff --]
[-- Type: text/plain, Size: 465 bytes --]
--- linux-2.6.0-test4/arch/ia64/kernel/smpboot.c.orig 2003-08-28 13:34:27.000000000 +1000
+++ linux-2.6.0-test4/arch/ia64/kernel/smpboot.c 2003-08-28 15:23:15.000000000 +1000
@@ -534,8 +534,8 @@
printk(KERN_INFO "SMP mode deactivated.\n");
cpus_clear(cpu_online_map);
cpus_clear(phys_cpu_present_map);
- cpu_set(1, cpu_online_map);
- cpu_set(1, phys_cpu_present_map);
+ cpu_set(0, cpu_online_map);
+ cpu_set(0, phys_cpu_present_map);
return;
}
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-08-28 5:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-28 5:32 Fix for nosmp (2.6) Matt Chapman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox