summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorcognet <cognet@FreeBSD.org>2006-06-12 22:57:24 +0000
committercognet <cognet@FreeBSD.org>2006-06-12 22:57:24 +0000
commite928591f2a68df33d466de1b5fdb769332dc30b0 (patch)
tree3f167d3220762e0dda131ba19e69b86a663a9b79 /sys
parent472f11195161d9f989673c61dee76ecef43fc6fc (diff)
downloadFreeBSD-src-e928591f2a68df33d466de1b5fdb769332dc30b0.zip
FreeBSD-src-e928591f2a68df33d466de1b5fdb769332dc30b0.tar.gz
MFp4: Increase the L1 pagetable needed for the kernel from 8 to 22, to be
able to boot fat kernels.
Diffstat (limited to 'sys')
-rw-r--r--sys/arm/at91/kb920x_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/at91/kb920x_machdep.c b/sys/arm/at91/kb920x_machdep.c
index f05161a..18301c4 100644
--- a/sys/arm/at91/kb920x_machdep.c
+++ b/sys/arm/at91/kb920x_machdep.c
@@ -96,7 +96,7 @@ __FBSDID("$FreeBSD$");
#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
OpenPOWER on IntegriCloud