From patchwork Sat Nov 28 20:43:51 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Albert Herranz X-Patchwork-Id: 39705 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from bilbo.ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id C714B101A9B for ; Sun, 29 Nov 2009 07:45:24 +1100 (EST) Received: from smtp141.mail.ukl.yahoo.com (smtp141.mail.ukl.yahoo.com [77.238.184.72]) by ozlabs.org (Postfix) with SMTP id 9A2F7B7BDC for ; Sun, 29 Nov 2009 07:44:11 +1100 (EST) Received: (qmail 42274 invoked from network); 28 Nov 2009 20:44:09 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.es; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Cc:Subject:Date:Message-Id:X-Mailer:In-Reply-To:References; b=X37yBSuOZ2u3b8FmbmCL22F9ZRjn0wj6XtqafdWHszxt8y5LJ+X3+Ug/4oFLKS52DmGOpnKatiWrT1Rt4NHBqO9Urn5vg/61CDAc99t6OOMHkJOCxHrcoLg3c0Agb2pk9fdcFA2QsTgDkPmVpsvh9Vgdce0hE45tUBDWvbfslvg= ; Received: from 59.Red-88-24-158.staticIP.rima-tde.net (albert_herranz@88.24.158.59 with login) by smtp141.mail.ukl.yahoo.com with SMTP; 28 Nov 2009 20:44:09 +0000 GMT X-Yahoo-SMTP: czee06uswBAtfIYshc.kP27UlfEXaxwWNSjJ X-YMail-OSG: HG7gYMwVM1mphcXOZti2HbUYDByVaSeYWVwekuiASmNYFhydqH4FEy6SlU6ns8qJGm1rjv9od8IeIaoi9pbG3dYpNKrqzTplk3wf2XIqzuVtDx_1IM8933dRwY.UHJTpvUeTUi76zsOel0glALRTx1Pc0t3DjxzeC223JoSPjVZgh8eft8xTeTQ3AUsfeEdJo4YCHb.qGprBX8.PdGdothG0JC6iHXJhfxm8S4g8RFK390dvox75.OFMBj0ZjqkfN0yLFHRktEcwZF4gXNqqFyFWbByG8HMbRtHellBHWTT7oLxXXgqSiShNGfRRpuNWwi00b9EBXW9Ps8a74fBAzbg- X-Yahoo-Newman-Property: ymail-3 From: Albert Herranz To: linuxppc-dev@lists.ozlabs.org Subject: [RFC PATCH v2 05/11] powerpc: gamecube/wii: declare as non-coherent platforms Date: Sat, 28 Nov 2009 21:43:51 +0100 Message-Id: <1259441037-15725-6-git-send-email-albert_herranz@yahoo.es> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1259441037-15725-1-git-send-email-albert_herranz@yahoo.es> References: <1259441037-15725-1-git-send-email-albert_herranz@yahoo.es> Cc: Albert Herranz X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org 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