Module Name: src Committed By: kamil Date: Thu Nov 23 16:30:50 UTC 2017
Modified Files: src/sys/arch/x86/include: cpu.h src/sys/arch/x86/x86: x86_machdep.c Log Message: Restore removed sysctl(2) x86 entry: fpu_present Hardcode it to 1 for now on i386 and amd64. This unbreaks software that used it (e.g. LLDB). Removal noted by <christos> PR lib/52756 by myself To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/arch/x86/include/cpu.h cvs rdiff -u -r1.101 -r1.102 src/sys/arch/x86/x86/x86_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.