diff options
Diffstat (limited to 'sys/arch/arc')
-rw-r--r-- | sys/arch/arc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/arc/conf/PICA | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC index 340d023ad6d..7488bf43ca9 100644 --- a/sys/arch/arc/conf/GENERIC +++ b/sys/arch/arc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.5 1996/09/15 09:46:07 pefo Exp $ +# $OpenBSD: GENERIC,v 1.6 1996/09/20 06:44:56 deraadt Exp $ # # Generic configuration file for MIPS R4x00 ARC Systems # @@ -13,7 +13,6 @@ options DST=0 # use daylight savings rules # Standard system options options SWAPPAGER # swap pager (anonymous and swap space) -options VNODEPAGER # vnode pager (mapped files) options DEVPAGER # device pager (mapped devices) options DIAGNOSTIC # extra kernel debugging checks diff --git a/sys/arch/arc/conf/PICA b/sys/arch/arc/conf/PICA index 19da0300699..596402ca623 100644 --- a/sys/arch/arc/conf/PICA +++ b/sys/arch/arc/conf/PICA @@ -12,7 +12,6 @@ options DST=1 # use daylight savings rules # Standard system options options SWAPPAGER # swap pager (anonymous and swap space) -options VNODEPAGER # vnode pager (mapped files) options DEVPAGER # device pager (mapped devices) options DIAGNOSTIC # extra kernel debugging checks options DEBUG # extra kernel debugging support |