Re: [PATCH] ppc44x: support for 256K PAGE_SIZE
From: Josh Boyer <hidden>
Date: 2007-10-19 16:36:40
On Thu, 18 Oct 2007 11:08:19 +0400 Yuri Tikhonov [off-list ref] wrote:
quoted hunk ↗ jump to hunk
Hello, The following patch adds support for 256KB PAGE_SIZE on ppc44x-based boards. The applications to be run on the kernel with 256KB PAGE_SIZE have to be built using the modified version of binutils, where the MAXPAGESIZE definition is set to 0x40000 (as opposite to standard 0x10000). Signed-off-by: Pavel Kolesnikov [off-list ref] Acked-by: Yuri Tikhonov [off-list ref] --diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig index c590b18..0ee372d 100644 --- a/arch/ppc/Kconfig +++ b/arch/ppc/Kconfig@@ -1223,6 +1223,9 @@ config PPC_PAGE_16K config PPC_PAGE_64K bool "64 KB" if 44x + +config PPC_PAGE_256K + bool "256 KB" if 44x endchoice
BTW, what tree did you base this on? I don't seem to have the PPC_PAGE_* options in my tree. josh