Subject: CVS commit: src/sys/arch/x86/x86
To: None <source-changes@NetBSD.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 10/09/2003 16:25:16
Module Name:	src
Committed By:	fvdl
Date:		Thu Oct  9 16:25:16 UTC 2003

Modified Files:
	src/sys/arch/x86/x86: mpacpi.c mpbios.c

Log Message:
Allow probing of CPUs only by ACPI, so that MPBIOS can still do interrupt
mapping should ACPI have a quirk. From Christos. One change by me: make
sure that lapic_boot_init doesn't get called twice, otherwise the
cpu_info entry for the CPU with id 0 gets zapped.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/x86/x86/mpacpi.c
cvs rdiff -r1.13 -r1.14 src/sys/arch/x86/x86/mpbios.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.