summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2014-05-14 04:42:38 +0000
committerian <ian@FreeBSD.org>2014-05-14 04:42:38 +0000
commit9277bb1a2b74a398eb2fd572785d2d6db451d8c1 (patch)
tree1db333efac7875c8cb26cb76df9eecc9a08af919 /sys/conf
parentd168d59495df2455ad00bf4c5663f265523c3691 (diff)
downloadFreeBSD-src-9277bb1a2b74a398eb2fd572785d2d6db451d8c1.zip
FreeBSD-src-9277bb1a2b74a398eb2fd572785d2d6db451d8c1.tar.gz
MFC r258247, r258250, r258257
Remove a pointless #ifdef AIM. This is just PPC64 specific, including 64-bit Book-E. Make single precision floating point arithmetic actually work Split the function of the PCB_FPU flags into two: PCB_FPU now indicates that the actual FPU is enabled, while PCB_FPREGS indicates that the FPU state structure in the PCB is valid.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.powerpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index d921a48..5dc582a 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -169,7 +169,7 @@ powerpc/powermac/uninorth.c optional powermac
powerpc/powermac/uninorthpci.c optional powermac pci
powerpc/powermac/vcoregpio.c optional powermac
powerpc/powermac/windtunnel.c optional powermac windtunnel
-powerpc/powerpc/altivec.c optional aim
+powerpc/powerpc/altivec.c standard
powerpc/powerpc/autoconf.c standard
powerpc/powerpc/bcopy.c standard
powerpc/powerpc/bus_machdep.c standard
@@ -186,7 +186,7 @@ powerpc/powerpc/dump_machdep.c standard
powerpc/powerpc/elf32_machdep.c optional powerpc | compat_freebsd32
powerpc/powerpc/elf64_machdep.c optional powerpc64
powerpc/powerpc/exec_machdep.c standard
-powerpc/powerpc/fpu.c optional aim
+powerpc/powerpc/fpu.c standard
powerpc/powerpc/fuswintr.c standard
powerpc/powerpc/gdb_machdep.c optional gdb
powerpc/powerpc/in_cksum.c optional inet | inet6
OpenPOWER on IntegriCloud