diff options
author | peter <peter@FreeBSD.org> | 2000-05-21 13:52:13 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-05-21 13:52:13 +0000 |
commit | b83e6f1ce3ee9a8fc32e837fff6c70f6e2427a66 (patch) | |
tree | a8f195614a54315ff31f03e0a87b7e85d97414cf /sys/i386 | |
parent | 807a5519028c413f1a6eb2a4a100af4170425554 (diff) | |
download | FreeBSD-src-b83e6f1ce3ee9a8fc32e837fff6c70f6e2427a66.zip FreeBSD-src-b83e6f1ce3ee9a8fc32e837fff6c70f6e2427a66.tar.gz |
Provide a temporary undocumented option: SHM_PHYS_BACKED. This will
become sysctl and/or flags controlled later. It's mainly here for an
easy place to test the physical memory backed objects.
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/conf/LINT | 1 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index b42f643..d8e67f8 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2363,6 +2363,7 @@ options SHMMAXPGS=1025 options SHMMIN=2 options SHMMNI=33 options SHMSEG=9 +options SHM_PHYS_BACKED options SHOW_BUSYBUFS # List buffers that prevent root unmount options SIMPLELOCK_DEBUG options SI_DEBUG diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index b42f643..d8e67f8 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2363,6 +2363,7 @@ options SHMMAXPGS=1025 options SHMMIN=2 options SHMMNI=33 options SHMSEG=9 +options SHM_PHYS_BACKED options SHOW_BUSYBUFS # List buffers that prevent root unmount options SIMPLELOCK_DEBUG options SI_DEBUG |