Subject: CVS commit: syssrc/sys/arch/i386/i386
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 11/28/2002 18:37:37
Module Name:	syssrc
Committed By:	fvdl
Date:		Thu Nov 28 16:37:36 UTC 2002

Modified Files:
	syssrc/sys/arch/i386/i386: cpu.c intr.c ioapic.c ipifuncs.c lapic.c
	    mpbios.c

Log Message:
Some changes to make single-CPU systems that have an ioapic (and
an MP BIOS table enabled) work. Some MULTIPROCESSOR defines to
make things compile, and a split of ci_cpuid into ci_cpuid and
ci_apicid. They're always equal for the MULTIPROCESSOR case,
but different otherwise (ci_cpuid will always be 0).


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/i386/i386/cpu.c \
    syssrc/sys/arch/i386/i386/mpbios.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/i386/i386/intr.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/i386/i386/ioapic.c \
    syssrc/sys/arch/i386/i386/ipifuncs.c syssrc/sys/arch/i386/i386/lapic.c

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