Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: ad
Date: Mon May 12 14:41:07 UTC 2008
Modified Files:
src/sys/arch/amd64/amd64: db_interface.c
src/sys/arch/i386/i386: db_interface.c
src/sys/arch/x86/include: cpu.h
src/sys/arch/x86/x86: cpu.c mtrr_i686.c
Log Message:
- Make cpu_number() return MI index, otherwise the pmap cannot work on
systems with lapic IDs > X86_MAXPROCS.
- Kill cpu_info[] array and use MI cpu_lookup_byindex().
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/arch/amd64/amd64/db_interface.c
cvs rdiff -r1.58 -r1.59 src/sys/arch/i386/i386/db_interface.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/x86/include/cpu.h
cvs rdiff -r1.48 -r1.49 src/sys/arch/x86/x86/cpu.c
cvs rdiff -r1.16 -r1.17 src/sys/arch/x86/x86/mtrr_i686.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index