Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/i386
Module Name: src
Committed By: junyoung
Date: Thu Aug 26 10:12:33 UTC 2004
Modified Files:
src/sys/arch/i386/i386: bioscall.S kvm86call.S locore.S machdep.c
src/sys/arch/i386/include: kcore.h pmap.h
Log Message:
As suggested on tech-kern@ days ago:
* Get rid of PTmap, PTD, PTDpde, APTmap, APTD, and APTDpde from locore.S.
* Rename PTDpaddr to PDPpaddr, ptdpaddr in struct cpu_kcore_hdr to pdppaddr for
consistency.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/i386/i386/bioscall.S
cvs rdiff -r1.3 -r1.4 src/sys/arch/i386/i386/kvm86call.S
cvs rdiff -r1.30 -r1.31 src/sys/arch/i386/i386/locore.S
cvs rdiff -r1.557 -r1.558 src/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/i386/include/kcore.h
cvs rdiff -r1.81 -r1.82 src/sys/arch/i386/include/pmap.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