diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-12-27 20:05:35 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-12-27 20:05:35 +0000 |
commit | 4f057a26ad6c13e70cb3709d8083df850fa23d61 (patch) | |
tree | 9d746edc8af12f697ae9a514d8c782c0b2ef0251 /sys/arch/cats/conf | |
parent | 05ec984ea4287835eff7302b967da1b54a895382 (diff) |
Instead of using options to configure code, use machine header files
<machine/intr.h>. On the road to cleanup.
Diffstat (limited to 'sys/arch/cats/conf')
-rw-r--r-- | sys/arch/cats/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/cats/conf/RAMDISK | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index 95a1b53f0fc..7a7f41d1a06 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.29 2005/08/28 05:30:43 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.30 2005/12/27 20:05:34 drahn Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -14,7 +14,6 @@ include "../../../conf/GENERIC" maxusers 32 # estimated number of users options ARM32 -options FOOTBRIDGE_INTR #options UCONSOLE # users can use TIOCCONS (for xconsole) #options INSECURE # disable kernel securelevel diff --git a/sys/arch/cats/conf/RAMDISK b/sys/arch/cats/conf/RAMDISK index de7aa2bf9f6..64b1491f55b 100644 --- a/sys/arch/cats/conf/RAMDISK +++ b/sys/arch/cats/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.15 2005/06/14 13:32:49 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.16 2005/12/27 20:05:34 drahn Exp $ machine cats arm @@ -16,7 +16,6 @@ option EXT2FS # Second Extended Filesystem option FIFO # FIFOs; RECOMMENDED options ARM32 -options FOOTBRIDGE_INTR # estimated number of users |