From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from outmx009.isp.belgacom.be (outmx009.isp.belgacom.be [195.238.3.4]) by ozlabs.org (Postfix) with ESMTP id 312AE2BF0B for ; Tue, 30 Nov 2004 05:29:08 +1100 (EST) Received: from outmx009.isp.belgacom.be (localhost [127.0.0.1]) by outmx009.isp.belgacom.be (8.12.11/8.12.11/Skynet-OUT-2.22) with ESMTP id iATIT0uY008644 for ; Mon, 29 Nov 2004 19:29:00 +0100 (envelope-from ) Message-ID: <41AB6A82.8070201@246tNt.com> Date: Mon, 29 Nov 2004 19:29:22 +0100 From: Sylvain Munaut MIME-Version: 1.0 To: roger blofeld References: <20041129174842.14784.qmail@web53506.mail.yahoo.com> In-Reply-To: <20041129174842.14784.qmail@web53506.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-embedded@ozlabs.org Subject: Re: MPC5200 Cache coherency with BestComm issue List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Roger > >Sylvain, > You are correct. The CPU_FTR_NEED_COHERENT is not required. Perhaps >the solution is to only turn on powersave_nap if CONFIG_PPC_BESTCOMM is >not selected. > > Pull the latest tree. I've just commented it out with a note. I didn't rip it off so that people copying lite5200.c for their own board know how to activate it if they need to ... It can also be controlled from userspace /proc/sys/kernel/powersave-nap You just need to be aware of the consequences ( like USB not working either ! ) if you want to save power. Sylvain