summaryrefslogtreecommitdiffstats
path: root/sys/ia64/conf
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-08-25 20:02:18 +0000
committermarcel <marcel@FreeBSD.org>2003-08-25 20:02:18 +0000
commitd6144c3ba3a836511a3533fa05364c99a6dca893 (patch)
treecbfbc687ea04402a24302a091529caaab1cbadb6 /sys/ia64/conf
parent78b7eaa56b07f91577d87ce877382eb1fe24d899 (diff)
downloadFreeBSD-src-d6144c3ba3a836511a3533fa05364c99a6dca893.zip
FreeBSD-src-d6144c3ba3a836511a3533fa05364c99a6dca893.tar.gz
Change LOG2_PAGE_SIZE from 14 to 15 bits. This will cause the CTASSERT
in vm_page.h to be reached and thus slightly increases the overall coverage of LINT on ia64.
Diffstat (limited to 'sys/ia64/conf')
-rw-r--r--sys/ia64/conf/NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/conf/NOTES b/sys/ia64/conf/NOTES
index 96dcfbf..544f662 100644
--- a/sys/ia64/conf/NOTES
+++ b/sys/ia64/conf/NOTES
@@ -26,7 +26,7 @@ options IA32
# option: LOG2_PAGE_SIZE
# Specify the log2 size of the page to be used for virtual memory management.
# The page size being equal to 1<<LOG2_PAGE_SIZE.
-options LOG2_PAGE_SIZE=14
+options LOG2_PAGE_SIZE=15 # 32K
# option: SKI
# Build support for running under the ski simulator.
OpenPOWER on IntegriCloud