Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   cegger
Date:           Wed Apr 30 00:16:30 UTC 2008

Modified Files:
        src/sys/arch/amd64/amd64: fpu.c
        src/sys/arch/i386/isa: npx.c
        src/sys/arch/x86/include: cpufunc.h
        src/sys/arch/xen/x86: xenfunc.c

Log Message:
AMD's APM Volume 2 says 'All control registers are 64bit in long mode'.
Fix the CR0 prototype to match this (the asm implementation is correct though).
OK ad


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/arch/amd64/amd64/fpu.c
cvs rdiff -r1.128 -r1.129 src/sys/arch/i386/isa/npx.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/x86/include/cpufunc.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/xen/x86/xenfunc.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