cvs commit: src/sys/i386/i386 vm_machdep.c
Brian S. Dean
bsd at FreeBSD.org
Sun Jul 6 09:52:21 PDT 2003
bsd 2003/07/06 09:52:19 PDT
FreeBSD src repository
Modified files:
sys/i386/i386 vm_machdep.c
Log:
Don't unconditionally reset the hardware debug registers in cpu_exit(),
reset them only if they were previously in use. Unconditionally
resetting the registers wipes them out frequently, which interferes
with their use for kernel debugging.
While I'm here, be less verbose in the associated comment of a
neighboring function.
Noticed by: bde
Revision Changes Path
1.212 +6 -4 src/sys/i386/i386/vm_machdep.c
More information about the cvs-src
mailing list