projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b18f0ae
)
powerpc: allow NOT_COHERENT_CACHE for amigaone
author
Christoph Hellwig
<hch@lst.de>
Sun, 16 Dec 2018 17:19:44 +0000
(18:19 +0100)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 20 Dec 2018 11:21:20 +0000
(22:21 +1100)
AMIGAONE selects NOT_COHERENT_CACHE, so we better allow it.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/Kconfig.cputype
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/Kconfig.cputype
b/arch/powerpc/platforms/Kconfig.cputype
index 7e130035bbba07d657e79a24bdf2ba0fbccc6e19..ab176fd3dfb53d84d3f4d00ed72eb7cc9f01bf47 100644
(file)
--- a/
arch/powerpc/platforms/Kconfig.cputype
+++ b/
arch/powerpc/platforms/Kconfig.cputype
@@
-400,7
+400,8
@@
config NR_CPUS
config NOT_COHERENT_CACHE
bool
- depends on 4xx || PPC_8xx || E200 || PPC_MPC512x || GAMECUBE_COMMON
+ depends on 4xx || PPC_8xx || E200 || PPC_MPC512x || \
+ GAMECUBE_COMMON || AMIGAONE
default n if PPC_47x
default y