Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/i386/i386
Module Name: src
Committed By: yamt
Date: Mon Apr 12 13:17:46 UTC 2004
Modified Files:
src/sys/arch/i386/i386: locore.S pmap.c
Log Message:
- keep cr3 register and its copy in TSS synchronized.
otherwise an interrupt vector using a task gate (ie. ddbipi) messes it up.
- defer LDTR loading as well as cr3.
- tweak comments to make three copies of switching code more synchronized.
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/arch/i386/i386/locore.S
cvs rdiff -r1.171 -r1.172 src/sys/arch/i386/i386/pmap.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