Module Name: src Committed By: jruoho Date: Wed Aug 4 10:02:12 UTC 2010
Modified Files: src/sys/arch/x86/include: cpu.h cpuvar.h src/sys/arch/x86/x86: cpu.c mpacpi.c mpbios.c src/sys/dev/acpi: acpi_cpu.c acpi_cpu_cstate.c Log Message: Store the MADT-derived CPU ID to <x86/cpu.h>. This is required to properly match the ACPI processor object ID with the ID available in the APIC table. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/x86/include/cpu.h cvs rdiff -u -r1.33 -r1.34 src/sys/arch/x86/include/cpuvar.h cvs rdiff -u -r1.73 -r1.74 src/sys/arch/x86/x86/cpu.c cvs rdiff -u -r1.87 -r1.88 src/sys/arch/x86/x86/mpacpi.c cvs rdiff -u -r1.57 -r1.58 src/sys/arch/x86/x86/mpbios.c cvs rdiff -u -r1.10 -r1.11 src/sys/dev/acpi/acpi_cpu.c cvs rdiff -u -r1.13 -r1.14 src/sys/dev/acpi/acpi_cpu_cstate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.