projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe3dc33
)
powerpc/mmu: Remove leftover CONFIG_E200
author
Christophe Leroy
<christophe.leroy@csgroup.eu>
Fri, 7 May 2021 06:00:58 +0000
(06:00 +0000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Mon, 17 May 2021 05:27:16 +0000
(15:27 +1000)
Commit
39c8bf2b3cc1
("powerpc: Retire e200 core (mpc555x processor)")
removed CONFIG_E200.
Commit
f9158d58a4e1
("powerpc/mm: Add mask of always present MMU
features") was merged in the same cycle and added a new use of
CONFIG_E200.
Remove that use.
Fixes: f9158d58a4e1 ("powerpc/mm: Add mask of always present MMU features")
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/594fa3cc0df11e21644fd6a584851ae4f164b2bf.1620367249.git.christophe.leroy@csgroup.eu
arch/powerpc/include/asm/mmu.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/include/asm/mmu.h
b/arch/powerpc/include/asm/mmu.h
index 0a6a77437ab8240cdf7150db81ec0b37a91c0ea2..998fe01dd1a85bade6ff79b2dc19ad9b4c13b16f 100644
(file)
--- a/
arch/powerpc/include/asm/mmu.h
+++ b/
arch/powerpc/include/asm/mmu.h
@@
-220,7
+220,7
@@
enum {
#elif defined(CONFIG_44x)
#define MMU_FTRS_ALWAYS MMU_FTR_TYPE_44x
#endif
-#if
defined(CONFIG_E200) || defined(CONFIG_E500)
+#if
def CONFIG_E500
#define MMU_FTRS_ALWAYS MMU_FTR_TYPE_FSL_E
#endif