diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2003-06-13 20:27:51 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2003-06-13 20:27:51 +0000 |
commit | eba985388c0feb1636989e04a0e07e5974d436bd (patch) | |
tree | 4297776324170f1702e14c9c581df88567c5aa93 /sys/arch | |
parent | a4b132d623620229a9d087390c645a3b31354879 (diff) |
no more "option _LP64".
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISKU1 | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISKU5 | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 7c11d49f604..958f5e981c1 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.83 2003/06/13 19:21:25 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.84 2003/06/13 20:27:50 brad Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -6,7 +6,6 @@ machine sparc64 include "../../../conf/GENERIC" option SUN4U -option _LP64 option PCIVERBOSE option USER_PCICONF # user-space PCI configuration diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 02c5625dcdc..54dfe4aad62 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,10 +1,9 @@ -# $OpenBSD: RAMDISK,v 1.24 2003/06/13 19:21:25 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.25 2003/06/13 20:27:50 brad Exp $ # Machine architecture; required by config(8) machine sparc64 option SUN4U -option _LP64 # maxusers means mostly "let's get small" in terms of kernel malloc's maxusers 2 diff --git a/sys/arch/sparc64/conf/RAMDISKU1 b/sys/arch/sparc64/conf/RAMDISKU1 index f07bb6992d0..8f41efc035b 100644 --- a/sys/arch/sparc64/conf/RAMDISKU1 +++ b/sys/arch/sparc64/conf/RAMDISKU1 @@ -1,10 +1,9 @@ -# $OpenBSD: RAMDISKU1,v 1.5 2003/05/14 23:32:35 miod Exp $ +# $OpenBSD: RAMDISKU1,v 1.6 2003/06/13 20:27:50 brad Exp $ # Machine architecture; required by config(8) machine sparc64 option SUN4U -option _LP64 # maxusers means mostly "let's get small" in terms of kernel malloc's maxusers 2 diff --git a/sys/arch/sparc64/conf/RAMDISKU5 b/sys/arch/sparc64/conf/RAMDISKU5 index 425fcf0f5f5..fb432b23b1a 100644 --- a/sys/arch/sparc64/conf/RAMDISKU5 +++ b/sys/arch/sparc64/conf/RAMDISKU5 @@ -1,10 +1,9 @@ -# $OpenBSD: RAMDISKU5,v 1.4 2003/05/13 22:45:11 miod Exp $ +# $OpenBSD: RAMDISKU5,v 1.5 2003/06/13 20:27:50 brad Exp $ # Machine architecture; required by config(8) machine sparc64 option SUN4U -option _LP64 # maxusers means mostly "let's get small" in terms of kernel malloc's maxusers 2 |