From: Helge Deller Date: Fri, 15 Jun 2018 20:33:44 +0000 (+0200) Subject: parisc: Mark 16kB and 64kB page sizes BROKEN X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1c971f39e62222d567f179ccaa1a186f1c203b52;p=linux.git 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 --- diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index c480770fabcd6..a9a507a195401 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