From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 4712BDDF20 for ; Fri, 11 May 2007 02:21:57 +1000 (EST) Date: Thu, 10 May 2007 11:17:31 -0500 (CDT) From: Kumar Gala To: Jon Loeliger Subject: Re: [PATCH] Remove CPU_FTR_NEED_COHERENT for 7448. In-Reply-To: <1178141683.32136.46.camel@ld0161-tx32> Message-ID: References: <1178141683.32136.46.camel@ld0161-tx32> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: "linuxppc-dev@ozlabs.org" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2 May 2007, Jon Loeliger wrote: > From: James.Yang > > Remove CPU_FTR_NEED_COHERENT for MPC7448 (and single-core MPC86xx). > This prevents needlessly setting M=1 when not SMP. > > Signed-off-by: James.Yang > Acked-by: Jon Loeliger > --- > arch/powerpc/kernel/cputable.c | 2 +- > include/asm-powerpc/cputable.h | 6 ++++++ > 2 files changed, 7 insertions(+), 1 deletions(-) > applied. - k