Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [yamt-x86pmap] src/sys/arch/i386
Module Name: src
Committed By: yamt
Date: Sun Sep 23 18:28:18 UTC 2007
Modified Files:
src/sys/arch/i386/i386 [yamt-x86pmap]: genassym.cf locore.S machdep.c
pmap.c
src/sys/arch/i386/include [yamt-x86pmap]: cpu.h param.h pmap.h pte.h
vmparam.h
Log Message:
- sync with amd64.
- pmap_alloc_level: remove fast call special case.
- tweak some printf to work for both of LP64 and LP32.
- remove machdep.nkpde sysctl.
- remove automatic adjustment of nkpde for now. will revisit later.
To generate a diff of this commit:
cvs rdiff -r1.50 -r1.50.2.1 src/sys/arch/i386/i386/genassym.cf \
src/sys/arch/i386/i386/locore.S
cvs rdiff -r1.607 -r1.607.4.1 src/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.214 -r1.214.2.1 src/sys/arch/i386/i386/pmap.c
cvs rdiff -r1.144 -r1.144.2.1 src/sys/arch/i386/include/cpu.h
cvs rdiff -r1.62 -r1.62.26.1 src/sys/arch/i386/include/param.h
cvs rdiff -r1.90 -r1.90.2.1 src/sys/arch/i386/include/pmap.h
cvs rdiff -r1.15 -r1.15.52.1 src/sys/arch/i386/include/pte.h
cvs rdiff -r1.62 -r1.62.2.1 src/sys/arch/i386/include/vmparam.h
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