From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D0E46B8224 for ; Sat, 17 Oct 2009 04:22:47 +1100 (EST) Subject: Re: [PATCH] powerpc: Add a Book-3E 64-bit defconfig Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: Kumar Gala In-Reply-To: <1255712717-21221-1-git-send-email-galak@kernel.crashing.org> Date: Fri, 16 Oct 2009 12:22:26 -0500 Message-Id: References: <1255712717-21221-1-git-send-email-galak@kernel.crashing.org> To: Benjamin Herrenschmidt Cc: linux-ppc list , Stephen Rothwell List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Oct 16, 2009, at 12:05 PM, Kumar Gala wrote: > This defconfig's purpose at this time is to help catch compile errors > between Book-3S and Book-3E support in ppc64. It is based on the > ppc64_defconfig with some things disabled that we dont support on > Book-3E right now (hugetlbfs, slices, etc.) > > Signed-off-by: Kumar Gala > --- > arch/powerpc/configs/ppc64e_defconfig | 2199 ++++++++++++++++++++++++ > +++++++++ > 1 files changed, 2199 insertions(+), 0 deletions(-) > create mode 100644 arch/powerpc/configs/ppc64e_defconfig Ben, Please apply this for v2.6.32 as it should help going forward catching compile issues. Stephen, Michaeal, Can we get this added to the build testing for next and to kisskb. thanks. - k