From c6cc6da44f846a73daa77593eef14f6ac5d5811b Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Wed, 10 Nov 2004 22:08:27 +0000 Subject: [PATCH] Add a new option, ARM32_NEW_VM_LAYOUT. When set, we try to put up to 4 L2 tables in one page, instead of the old 1 L2 table <=> 1 page behavior. While I'm there, add ARM9_CACHE_WRITE_THROUGH, which I forgot last time. --- sys/conf/options.arm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/conf/options.arm b/sys/conf/options.arm index 31b0cd876f09..44e459b4d134 100644 --- a/sys/conf/options.arm +++ b/sys/conf/options.arm @@ -1,4 +1,6 @@ #$FreeBSD$ +ARM32_NEW_VM_LAYOUT opt_vm.h +ARM9_CACHE_WRITE_THROUGH opt_global.h ARMFPE opt_global.h CPU_SA1100 opt_global.h CPU_SA1110 opt_global.h