projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
704e383
)
parisc: Mark 16kB and 64kB page sizes BROKEN
author
Helge Deller
<deller@gmx.de>
Fri, 15 Jun 2018 20:33:44 +0000
(22:33 +0200)
committer
Helge Deller
<deller@gmx.de>
Thu, 28 Jun 2018 15:12:24 +0000
(17:12 +0200)
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>
arch/parisc/Kconfig
patch
|
blob
|
history
diff --git
a/arch/parisc/Kconfig
b/arch/parisc/Kconfig
index
c480770
..
a9a507a
100644
(file)
--- 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