diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-03-14 23:51:48 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-03-14 23:51:48 +0000 |
commit | b6025b798d227b4d57a8fcbef30d343182f49f8f (patch) | |
tree | 14ee8d893822ed1a3f332e626c6d0126ce10fe54 /sys/arch/macppc/conf | |
parent | f86f08518257a9c351bef74a3deca6f102dd22df (diff) |
Improved altivec support for powerpc/macppc.
Fix bug where altivec context was not freed on process exit.
Fix bug where vscr was not correctly saved/restored.
replace asm statement was macros which expand to the same
asm code or to .long XXX which evaluates to the same instruction
since in-tree gas does not support altivec.
Enable ALTIVEC support by default on macppc, still conditional
for other powerpc ports.
Diffstat (limited to 'sys/arch/macppc/conf')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index bfc480f7453..e1734ab897a 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.13 2002/02/23 17:04:30 matthieu Exp $ +# $OpenBSD: GENERIC,v 1.14 2002/03/14 23:51:47 drahn Exp $ # # PPC GENERIC config file # @@ -16,7 +16,7 @@ option PPC_MPC106_BUG option PCIVERBOSE option USBVERBOSE #option MACOBIOVERBOSE -#option PPC_VECTOR_SUPPORTED +option ALTIVEC option APERTURE # in-kernel aperture driver for XFree86 option USER_PCICONF # user-space PCI configuration |