Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2008 02:32:31 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 140199 for review
Message-ID:  <200804180232.m3I2WVDF033525@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=140199

Change 140199 by marcel@marcel_xcllnt on 2008/04/18 02:31:55

	Revert to 1MB pages. The larger the page size the more
	memory we may end up wasting. 1MB is just about right.

Affected files ...

.. //depot/projects/ia64/sys/ia64/include/vmparam.h#25 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/include/vmparam.h#25 (text+ko) ====

@@ -158,7 +158,7 @@
  * using multiple EFI pages for the page table.
  */
 #define	IA64_LVM_BASE		0xbffc000000000000
-#define	IA64_LVM_PAGE_SHIFT	21		/* 2MB */
+#define	IA64_LVM_PAGE_SHIFT	20		/* 1MB */
 #define	IA64_LVM_PAGE_SIZE	(1U<<IA64_LVM_PAGE_SHIFT)
 #define	IA64_LVM_PAGE_MASK	(IA64_LVM_PAGE_SIZE - 1)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804180232.m3I2WVDF033525>