mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
MIPS: R6000: Don't allow 64k pages for R6000.
The R6000 does not support 64k pages. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
7aa7047100
commit
74c81ecdc0
@ -2085,7 +2085,7 @@ config PAGE_SIZE_32KB
|
||||
|
||||
config PAGE_SIZE_64KB
|
||||
bool "64kB"
|
||||
depends on !CPU_R3000 && !CPU_TX39XX
|
||||
depends on !CPU_R3000 && !CPU_TX39XX && !CPU_R6000
|
||||
help
|
||||
Using 64kB page size will result in higher performance kernel at
|
||||
the price of higher memory consumption. This option is available on
|
||||
|
Loading…
Reference in New Issue
Block a user