diff options
author | Helge Deller <deller@gmx.de> | 2018-06-15 22:33:44 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2018-06-28 17:12:24 +0200 |
commit | 1c971f39e62222d567f179ccaa1a186f1c203b52 (patch) | |
tree | df8aee35086203eae6999008a110b9f50ee514b1 /arch | |
parent | 704e38303153c797d66c41bbe8325202f549b53c (diff) | |
download | linux-1c971f39e62222d567f179ccaa1a186f1c203b52.tar.bz2 |
parisc: Mark 16kB and 64kB page sizes BROKEN
A full boot only succeeds with 4kB page sizes currently.
For 16kB and 64kB page size support somone needs to fix the LBA PCI code
at least, so mark those broken for now.
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/parisc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index c480770fabcd..a9a507a19540 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -244,11 +244,11 @@ config PARISC_PAGE_SIZE_4KB config PARISC_PAGE_SIZE_16KB bool "16KB" - depends on PA8X00 + depends on PA8X00 && BROKEN config PARISC_PAGE_SIZE_64KB bool "64KB" - depends on PA8X00 + depends on PA8X00 && BROKEN endchoice |