diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-08-25 20:02:18 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-08-25 20:02:18 +0000 |
commit | d0adfaea937025d9bcc8790440e831caa5061a40 (patch) | |
tree | cbfbc687ea04402a24302a091529caaab1cbadb6 | |
parent | 16bc6ff39ebdba78ef0625925fcaeb5ca27803ed (diff) | |
download | src-d0adfaea937025d9bcc8790440e831caa5061a40.tar.gz src-d0adfaea937025d9bcc8790440e831caa5061a40.zip |
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.
Notes
Notes:
svn path=/head/; revision=119469
-rw-r--r-- | sys/ia64/conf/NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/conf/NOTES b/sys/ia64/conf/NOTES index 96dcfbf6736a..544f662c9a6b 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. |