Re: [1/8] powerpc: allow NOT_COHERENT_CACHE for amigaone

2018-12-22 Thread Michael Ellerman
On Sun, 2018-12-16 at 17:19:44 UTC, Christoph Hellwig wrote:
> AMIGAONE selects NOT_COHERENT_CACHE, so we better allow it.
> 
> Signed-off-by: Christoph Hellwig 

Series applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/9286356907caa2d4737bd9dd8afe0b

cheers


[PATCH 1/8] powerpc: allow NOT_COHERENT_CACHE for amigaone

2018-12-16 Thread Christoph Hellwig
AMIGAONE selects NOT_COHERENT_CACHE, so we better allow it.

Signed-off-by: Christoph Hellwig 
---
 arch/powerpc/platforms/Kconfig.cputype | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/powerpc/platforms/Kconfig.cputype 
b/arch/powerpc/platforms/Kconfig.cputype
index 7e130035bbba..ab176fd3dfb5 100644
--- 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
 
-- 
2.19.2