From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from DB3EHSOBE002.bigfish.com (db3ehsobe002.messaging.microsoft.com [213.199.154.140]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "Microsoft Secure Server Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id E2CF51007EA for ; Fri, 11 Nov 2011 03:49:35 +1100 (EST) Date: Thu, 10 Nov 2011 10:49:20 -0600 From: Scott Wood To: Kyle Moffett Subject: Re: [RFC PATCH 13/17] powerpc/e500: Add a new CONFIG_FSL_E5500 option for the e5500 Message-ID: <20111110164920.GD11983@schlenkerla.am.freescale.net> References: <4E42AB6F.1050900@freescale.com> <1320883635-17194-14-git-send-email-Kyle.D.Moffett@boeing.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: <1320883635-17194-14-git-send-email-Kyle.D.Moffett@boeing.com> Cc: Baruch Siach , Sonny Rao , Timur Tabi , linux-kernel@vger.kernel.org, Paul Gortmaker , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, Paul Bolle List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Nov 09, 2011 at 07:07:11PM -0500, Kyle Moffett wrote: > As part of splitting CONFIG_E500 into separate options for e500v1/v2 and > e500mc/e5500, some code only needs to be built when e5500 support is > required. How much code is this? e5500 is basically just a 64-bit version of e500mc. When running a 32-bit kernel the extra code should be minimal. -Scott