summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/DOC
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-08-12 23:01:40 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-08-12 23:01:40 +0000
commit4cc41a14e3e9d7b584dae72ad56f1bdaedf6c3fb (patch)
tree6eb2bfc74b248bc157bc91341fea0d84a74f9dd3 /sys/arch/hp300/DOC
parent3fff004c63c83644d2e9588f11ffe78b9aa5aea7 (diff)
BUFFERS_UNMANAGED my ass, probably more outdated or obsolete things
to change. Volunteers?
Diffstat (limited to 'sys/arch/hp300/DOC')
-rw-r--r--sys/arch/hp300/DOC/Options12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/arch/hp300/DOC/Options b/sys/arch/hp300/DOC/Options
index 05ae33ab351..8a9d0cfd6b8 100644
--- a/sys/arch/hp300/DOC/Options
+++ b/sys/arch/hp300/DOC/Options
@@ -1,4 +1,4 @@
-$OpenBSD: Options,v 1.6 1997/11/06 19:42:26 millert Exp $
+$OpenBSD: Options,v 1.7 2001/08/12 23:01:39 miod Exp $
$NetBSD: Options,v 1.7 1997/09/12 08:04:12 mycroft Exp $
Here is a list of hp300 specific kernel compilation options and what they
@@ -113,13 +113,3 @@ MAPPEDCOPY
the default is to use mapped copy for operations on one page
or more except on machines with virtually-indexed caches.
See initcpu() in machdep.c
-
-BUFFERS_UNMANAGED
- Set up the buffer cache "below" the machine independent VM.
- Normally, in startup() we use vm_map operations to initially
- assign physical memory to the buffers. This creates a map with
- a huge number of map entries (twice the number of buffers)
- which serve no purpose since remaining buffer operations
- (i.e. pagemove) work below the MI layer anyway. Defining this
- symbol will cause startup() to use pmap operations to map the
- initial pages leaving the buffer_map one big entry.