From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp104.mail.ukl.yahoo.com (smtp104.mail.ukl.yahoo.com [77.238.184.36]) by ozlabs.org (Postfix) with SMTP id 55AD6B7082 for ; Sun, 13 Dec 2009 03:32:07 +1100 (EST) From: Albert Herranz To: linuxppc-dev@lists.ozlabs.org Subject: [PATCH v2 05/22] powerpc: gamecube/wii: declare as non-coherent platforms Date: Sat, 12 Dec 2009 17:31:38 +0100 Message-Id: <1260635515-7478-6-git-send-email-albert_herranz@yahoo.es> In-Reply-To: <1260635515-7478-1-git-send-email-albert_herranz@yahoo.es> References: <1260635515-7478-1-git-send-email-albert_herranz@yahoo.es> Cc: Albert Herranz List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The processors bundled in the Nintendo GameCube and Wii video game consoles require explicit cache handling when DMA engines are used. Signed-off-by: Albert Herranz --- arch/powerpc/platforms/Kconfig.cputype | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype index e382cae..80d934b 100644 --- a/arch/powerpc/platforms/Kconfig.cputype +++ b/arch/powerpc/platforms/Kconfig.cputype @@ -312,7 +312,7 @@ config NR_CPUS config NOT_COHERENT_CACHE bool - depends on 4xx || 8xx || E200 || PPC_MPC512x + depends on 4xx || 8xx || E200 || PPC_MPC512x || GAMECUBE_COMMON default y config CHECK_CACHE_COHERENCY -- 1.6.3.3