patch-2.2.0-final linux/arch/i386/kernel/setup.c

Next file: linux/arch/i386/kernel/smp.c
Previous file: linux/arch/alpha/lib/semaphore.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre9/linux/arch/i386/kernel/setup.c linux/arch/i386/kernel/setup.c
@@ -341,6 +341,13 @@
 	*memory_start_p = memory_start;
 	*memory_end_p = memory_end;
 
+#ifdef __SMP__
+	/*
+	 *	Save possible boot-time SMP configuration:
+	 */
+	init_smp_config();
+#endif
+
 #ifdef CONFIG_BLK_DEV_INITRD
 	if (LOADER_TYPE) {
 		initrd_start = INITRD_START ? INITRD_START + PAGE_OFFSET : 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov