aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-12-26 01:29:19 -0500
committerPaul Mundt <lethal@linux-sh.org>2007-02-12 20:54:44 -0500
commit7a847f819063b80cc5b38d39e8aad4d60f6ca2fd (patch)
treef60ac00a1860d188e83f31883df7be807e500bff /arch/sh/Kconfig
parentaa4a5db52a440d32eab134bfb79d2c9af71eedb4 (diff)
sh: More tidying for large base pages.
There were a few more things that needed fixing up, namely THREAD_SIZE and the TLB miss handler where certain PTRS_PER_PGD == PTRS_PER_PTE assumptions were being made. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index 4f3891215b87..04cbc88e9b9f 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -596,6 +596,8 @@ menu "Boot options"
596config ZERO_PAGE_OFFSET 596config ZERO_PAGE_OFFSET
597 hex "Zero page offset" 597 hex "Zero page offset"
598 default "0x00004000" if SH_MPC1211 || SH_SH03 598 default "0x00004000" if SH_MPC1211 || SH_SH03
599 default "0x00010000" if PAGE_SIZE_64KB
600 default "0x00002000" if PAGE_SIZE_8KB
599 default "0x00001000" 601 default "0x00001000"
600 help 602 help
601 This sets the default offset of zero page. 603 This sets the default offset of zero page.