projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27f6995
)
powerpc/47x: Disable 256k page size
author
Christophe Leroy
<christophe.leroy@csgroup.eu>
Wed, 20 Jan 2021 07:49:13 +0000
(07:49 +0000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Sat, 30 Jan 2021 00:39:33 +0000
(11:39 +1100)
PPC47x_TLBE_SIZE isn't defined for 256k pages, leading to a build
break if 256k pages is selected.
So change the kconfig so that 256k pages can't be selected for 47x.
Fixes:
e7f75ad01d59
("powerpc/47x: Base ppc476 support")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
[mpe: Expand change log to mention build break]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/2fed79b1154c872194f98bac4422c23918325e61.1611128938.git.christophe.leroy@csgroup.eu
arch/powerpc/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/Kconfig
b/arch/powerpc/Kconfig
index eebb4a8c156caddc834f5b37ae51373b6a1a5e3a..ff64ac7d227def751352b6ce5936d333f517397d 100644
(file)
--- a/
arch/powerpc/Kconfig
+++ b/
arch/powerpc/Kconfig
@@
-768,7
+768,7
@@
config PPC_64K_PAGES
config PPC_256K_PAGES
bool "256k page size"
- depends on 44x && !STDBINUTILS
+ depends on 44x && !STDBINUTILS
&& !PPC_47x
help
Make the page size 256k.