NetBSD-Bugs archive

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

PR/52756 CVS commit: src/sys/arch/x86



The following reply was made to PR lib/52756; it has been noted by GNATS.

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/52756 CVS commit: src/sys/arch/x86
Date: Thu, 23 Nov 2017 16:30:50 +0000

 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.
 


Home | Main Index | Thread Index | Old Index