PERFORCE change 88293 for review

Warner Losh imp at FreeBSD.org
Fri Dec 16 18:58:55 PST 2005


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

Change 88293 by imp at imp_hammer on 2005/12/17 02:58:17

	Allow a 8MB kernel, needed for compiling MD into the kernel.

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/kb920x_machdep.c#13 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/at91/kb920x_machdep.c#13 (text+ko) ====

@@ -96,7 +96,7 @@
 
 #define KERNEL_PT_SYS		0	/* Page table for mapping proc0 zero page */
 #define KERNEL_PT_KERN		1	
-#define KERNEL_PT_KERN_NUM	4
+#define KERNEL_PT_KERN_NUM	8
 #define KERNEL_PT_AFKERNEL	KERNEL_PT_KERN + KERNEL_PT_KERN_NUM	/* L2 table for mapping after kernel */
 #define	KERNEL_PT_AFKERNEL_NUM	5
 


More information about the p4-projects mailing list