Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2008 06:59:09 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 133847 for review
Message-ID:  <200801220659.m0M6x9g7078426@repoman.freebsd.org>

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

Change 133847 by kmacy@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)
 {



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