diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2010-06-30 20:38:51 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2010-06-30 20:38:51 +0000 |
commit | 9f41651cc302b19305f81c1b12632cbe3d4dd018 (patch) | |
tree | 438fd051fff35b9b472043809f45fe056ef33afb /sys/arch/alpha/conf | |
parent | 7dede52ed7ea0cabc0fa13a02c23e23d4db9fb48 (diff) |
remove compat_osf1 support from the kernel
ok deraadt miod
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/files.alpha | 6 |
2 files changed, 2 insertions, 8 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 741bf407f29..0913196e482 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.211 2010/03/03 20:57:28 mk Exp $ +# $OpenBSD: GENERIC,v 1.212 2010/06/30 20:38:49 tedu Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -29,8 +29,6 @@ option DEC_1000A # Corelle etc: Digital AlphaServer 800/1000A option DEC_6600 # EV6: XP1000, 264DP OEM Board option API_UP1000 # EV6: Alpha Processor UP1000 -option COMPAT_OSF1 # OSF/1 binary compatibility - # Misc. options option EISAVERBOSE # recognize "unknown" EISA devices option PCIVERBOSE # recognize "unknown" PCI devices diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index b38f8a84dbf..f3858ab050c 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.89 2009/11/07 23:01:38 miod Exp $ +# $OpenBSD: files.alpha,v 1.90 2010/06/30 20:38:49 tedu Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -334,10 +334,6 @@ file arch/alpha/alpha/dec_1000a.c dec_1000 | dec_1000a needs-flag file arch/alpha/alpha/dec_6600.c dec_6600 needs-flag file arch/alpha/alpha/api_up1000.c api_up1000 needs-flag -# OSF/1 Binary Compatibility (COMPAT_OSF1) -include "compat/osf1/files.osf1" -file arch/alpha/alpha/osf1_locore.s compat_osf1 - # # Machine-independent I2C drivers # |