diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-04-02 08:07:10 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-05-14 08:50:27 -0400 |
commit | c52399bece85cd4b157dd772e9f20551f9f18d2f (patch) | |
tree | 1f503f581735e0f4e08bb9bd2a128a89396d7828 /arch/mips/Kconfig | |
parent | 740ebe4a54fae1705705ec87ce511b16ffb50659 (diff) |
MIPS: Cavium: Add support for 8k and 32k page sizes.
Beyond the requirements of the architecture standard Cavium also supports
8k and 32k pages.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Acked-by: David Daney <ddaney@caviumnetworks.com>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 998e5db8cc0f..023aa2d46503 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1411,13 +1411,12 @@ config PAGE_SIZE_4KB | |||
1411 | 1411 | ||
1412 | config PAGE_SIZE_8KB | 1412 | config PAGE_SIZE_8KB |
1413 | bool "8kB" | 1413 | bool "8kB" |
1414 | depends on EXPERIMENTAL && CPU_R8000 | 1414 | depends on (EXPERIMENTAL && CPU_R8000) || CPU_CAVIUM_OCTEON |
1415 | help | 1415 | help |
1416 | Using 8kB page size will result in higher performance kernel at | 1416 | Using 8kB page size will result in higher performance kernel at |
1417 | the price of higher memory consumption. This option is available | 1417 | the price of higher memory consumption. This option is available |
1418 | only on the R8000 processor. Not that at the time of this writing | 1418 | only on R8000 and cnMIPS processors. Note that you will need a |
1419 | this option is still high experimental; there are also issues with | 1419 | suitable Linux distribution to support this. |
1420 | compatibility of user applications. | ||
1421 | 1420 | ||
1422 | config PAGE_SIZE_16KB | 1421 | config PAGE_SIZE_16KB |
1423 | bool "16kB" | 1422 | bool "16kB" |
@@ -1428,6 +1427,15 @@ config PAGE_SIZE_16KB | |||
1428 | all non-R3000 family processors. Note that you will need a suitable | 1427 | all non-R3000 family processors. Note that you will need a suitable |
1429 | Linux distribution to support this. | 1428 | Linux distribution to support this. |
1430 | 1429 | ||
1430 | config PAGE_SIZE_32KB | ||
1431 | bool "32kB" | ||
1432 | depends on CPU_CAVIUM_OCTEON | ||
1433 | help | ||
1434 | Using 32kB page size will result in higher performance kernel at | ||
1435 | the price of higher memory consumption. This option is available | ||
1436 | only on cnMIPS cores. Note that you will need a suitable Linux | ||
1437 | distribution to support this. | ||
1438 | |||
1431 | config PAGE_SIZE_64KB | 1439 | config PAGE_SIZE_64KB |
1432 | bool "64kB" | 1440 | bool "64kB" |
1433 | depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX | 1441 | depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX |