mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Only i386 has npx device.
This commit is contained in:
parent
55c4f5c07a
commit
1e514ebb71
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110826
@ -2172,7 +2172,6 @@ options INIT_PATH=/sbin/init:/stand/sysinstall
|
||||
# Debug options
|
||||
options BUS_DEBUG # enable newbus debugging
|
||||
options DEBUG_VFS_LOCKS # enable vfs lock debugging
|
||||
options NPX_DEBUG # enable npx debugging (FPU/math emu)
|
||||
|
||||
#####################################################################
|
||||
# SYSV IPC KERNEL PARAMETERS
|
||||
|
@ -195,6 +195,9 @@ options CPU_DISABLE_CMPXCHG
|
||||
options MATH_EMULATE #Support for x87 emulation
|
||||
# Don't enable both of these in a real config.
|
||||
options GPL_MATH_EMULATE #Support for x87 emulation via
|
||||
|
||||
# Debug options
|
||||
options NPX_DEBUG # enable npx debugging (FPU/math emu)
|
||||
#new math emulator
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user