PERFORCE change 99090 for review

Warner Losh imp at FreeBSD.org
Mon Jun 12 22:38:15 UTC 2006


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

Change 99090 by imp at imp_lighthouse on 2006/06/12 22:35:09

	Bump kernel size from 8MB to 22MB, I think.  Suggested by
	cognet.

Affected files ...

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

Differences ...

==== //depot/projects/arm/src/sys/arm/at91/kb920x_machdep.c#22 (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	8
+#define KERNEL_PT_KERN_NUM	22
 #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