Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/amd64/include
Module Name: src
Committed By: ad
Date: Wed Apr 30 21:04:24 UTC 2008
Modified Files:
src/sys/arch/amd64/include: pcb.h
Log Message:
lcr0() was changed to take a u_long. pcb_cr0 was a 32-bit signed quantity.
It was being sign extended in cpu_hatch() (CR0_PG is always set), causing
systems to crash and reboot before going multiuser.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/sys/arch/amd64/include/pcb.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