PERFORCE change 133847 for review

Kip Macy kmacy at FreeBSD.org
Mon Jan 21 22:59:10 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=133847

Change 133847 by kmacy at pandemonium:kmacy:xen31 on 2008/01/22 06:58:50

	make sure MTOP mapping works on up to 64GB systems

Affected files ...

.. //depot/projects/xen31/sys/i386/i386/machdep.c#15 edit

Differences ...

==== //depot/projects/xen31/sys/i386/i386/machdep.c#15 (text+ko) ====

@@ -2162,9 +2162,7 @@
 extern vm_paddr_t *pdir_shadow;
 
 
-#define MTOPSIZE (1<<(12 + PAGE_SHIFT))
-
-
+#define MTOPSIZE (1<<(14 + PAGE_SHIFT))
 void
 init386(int first)
 {


More information about the p4-projects mailing list