Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arc/conf - Kill the very last reference to VNODEPAG...



details:   https://anonhg.NetBSD.org/src/rev/afeb1d362f17
branches:  trunk
changeset: 481282:afeb1d362f17
user:      enami <enami%NetBSD.org@localhost>
date:      Tue Jan 25 16:07:12 2000 +0000

description:
- Kill the very last reference to VNODEPAGER, SWAPPAGER and DEVPAGER.
- Remove empty lines at the end of file.
- The traditional hack, options<SPC><TAB>.

diffstat:

 sys/arch/arc/conf/std.arc |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 7d49ba867926 -r afeb1d362f17 sys/arch/arc/conf/std.arc
--- a/sys/arch/arc/conf/std.arc Tue Jan 25 15:56:55 2000 +0000
+++ b/sys/arch/arc/conf/std.arc Tue Jan 25 16:07:12 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.arc,v 1.8 2000/01/23 21:01:53 soda Exp $
+#      $NetBSD: std.arc,v 1.9 2000/01/25 16:07:13 enami Exp $
 # standard arc info
 
 machine arc mips
@@ -15,16 +15,12 @@
 options        MIPS3                   # R4000/R4400 support
 
 # Standard (non-optional) system "options"
-options        SWAPPAGER               # swap pager (anonymous and swap space)
-options        VNODEPAGER              # vnode pager (mapped files)
-options        DEVPAGER                # device pager (mapped devices)
 
 # Standard exec-package options
 options        EXEC_ELF32              # native exec format
 options        EXEC_SCRIPT             # may be unsafe
 
-options                MIPS3_L2CACHE_PRESENT   # may have L2 cache
-options                MIPS3_L2CACHE_ABSENT    # may not have L2 cache
+options        MIPS3_L2CACHE_PRESENT   # may have L2 cache
+options        MIPS3_L2CACHE_ABSENT    # may not have L2 cache
 
 options        __NO_SOFT_SERIAL_INTERRUPT      # for "com" driver
-



Home | Main Index | Thread Index | Old Index