Only 4kB page sizes are currently working beyond a full boot. For 16kB and 64kB page size support somone needs to fix the LBA PCI code at least. Signed-off-by: Helge Deller <deller@xxxxxx> diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index fc5a574c3482..bd3b407fa9cf 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -248,11 +248,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 -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html