Module Name: src Committed By: dsl Date: Sun Feb 2 22:41:20 UTC 2014
Modified Files: src/sys/arch/i386/acpi: acpi_wakecode.S src/sys/arch/i386/i386: i386_trap.S locore.S machdep.c mptramp.S src/sys/arch/i386/isa: npx.c src/sys/arch/x86/x86: procfs_machdep.c Log Message: Minor fpu initialisation cleanups: Set default CR) so that the FPU is enabled (unset CR0_EM) and initialise i386_fpu_present to 1. No need to call the npx trap indirectly, rename to fpunda() to match amd64. Remove the i386_fpu_exception variable and sysctl (It used to indicate which irq was used for fpu exceptions, but we only support 'internal' now). Hopefully no one cares. fpuinit() now only needs to clear TS before the fninit(). Apart from the checks for 486SX and the 'fdiv bug' this matches the amd64 version. Exclude fpuinit() from XEN kernels, they don't call it - which rather begs the question as to whether it is needed at all! To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/i386/acpi/acpi_wakecode.S cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/i386/i386_trap.S cvs rdiff -u -r1.110 -r1.111 src/sys/arch/i386/i386/locore.S cvs rdiff -u -r1.744 -r1.745 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.26 -r1.27 src/sys/arch/i386/i386/mptramp.S cvs rdiff -u -r1.149 -r1.150 src/sys/arch/i386/isa/npx.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x86/x86/procfs_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.