diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-12-26 15:29:19 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-02-13 10:54:44 +0900 |
commit | 7a847f819063b80cc5b38d39e8aad4d60f6ca2fd (patch) | |
tree | f60ac00a1860d188e83f31883df7be807e500bff /arch/sh/Kconfig | |
parent | aa4a5db52a440d32eab134bfb79d2c9af71eedb4 (diff) | |
download | linux-3.10-7a847f819063b80cc5b38d39e8aad4d60f6ca2fd.tar.gz linux-3.10-7a847f819063b80cc5b38d39e8aad4d60f6ca2fd.tar.bz2 linux-3.10-7a847f819063b80cc5b38d39e8aad4d60f6ca2fd.zip |
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/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 4f3891215b8..04cbc88e9b9 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -596,6 +596,8 @@ menu "Boot options" config ZERO_PAGE_OFFSET hex "Zero page offset" default "0x00004000" if SH_MPC1211 || SH_SH03 + default "0x00010000" if PAGE_SIZE_64KB + default "0x00002000" if PAGE_SIZE_8KB default "0x00001000" help This sets the default offset of zero page. |