patch-2.3.44 linux/arch/i386/kernel/mpparse.c
Next file: linux/arch/i386/kernel/pci-pc.c
Previous file: linux/arch/i386/kernel/io_apic.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Fri Feb 11 08:19:45 2000
- Orig file:
v2.3.43/linux/arch/i386/kernel/mpparse.c
- Orig date:
Fri Jan 21 18:19:16 2000
diff -u --recursive --new-file v2.3.43/linux/arch/i386/kernel/mpparse.c linux/arch/i386/kernel/mpparse.c
@@ -9,7 +9,7 @@
* Erich Boleyn : MP v1.4 and additional changes.
* Alan Cox : Added EBDA scanning
* Ingo Molnar : various cleanups and rewrites
- * Maciej W. Rozycki : Bits for genuine 82489DX timers
+ * Maciej W. Rozycki : Bits for genuine 82489DX APICs
*/
#include <linux/mm.h>
@@ -339,6 +339,8 @@
* Now see if we need to read further.
*/
if (mpf->mpf_feature1 != 0) {
+ printk("Default MP configuration #%d\n", mpf->mpf_feature1);
+
/*
* local APIC has default address
*/
@@ -352,6 +354,7 @@
nr_ioapics = 1;
mp_ioapics[0].mpc_apicaddr = 0xFEC00000;
+ mp_ioapics[0].mpc_apicid = 2;
/*
* Save the default type number, we
* need it later to set the IO-APIC
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)