From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from edu-smtp-01.edutel.nl (edu-smtp-01.edutel.nl [88.159.1.221]) by ozlabs.org (Postfix) with ESMTP id A4B4EB7CFC for ; Thu, 18 Mar 2010 18:25:07 +1100 (EST) Message-ID: <4BA1D00F.1090809@neli.hopto.org> Date: Thu, 18 Mar 2010 08:02:39 +0100 From: Micha Nelissen MIME-Version: 1.0 To: Kumar Gala Subject: Re: [PATCH] powerpc/fsl-booke: Get coherent bit from PTE References: <1268800916-14247-1-git-send-email-galak@kernel.crashing.org> In-Reply-To: <1268800916-14247-1-git-send-email-galak@kernel.crashing.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Kumar Gala wrote: > We shouldn't be always setting 'M' in the TLB entry since its reasonable > for somethings to be mapped non-coherent. The PTE should have 'M' set > properly. properly = not at all? AFAICS the patch only removes the setting of the bit; so where is that 'M' bit set then? Micha