From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail8.fw-sd.sony.com (mail8.fw-sd.sony.com [160.33.66.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id C2E0267C36 for ; Fri, 3 Nov 2006 16:09:01 +1100 (EST) Message-ID: <454ACEDD.70309@am.sony.com> Date: Thu, 02 Nov 2006 21:08:45 -0800 From: Geoff Levand MIME-Version: 1.0 To: Arnd Bergmann Subject: [PATCH] cell: set ARCH_SPARSEMEM_DEFAULT in Kconfig Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The current cell processor support needs sparsemem, so set it as the default memory model. Signed-off-by: Geoff Levand -- As noted by Benjamin Herrenschmidt. Index: cell--common--6/arch/powerpc/Kconfig =================================================================== --- cell--common--6.orig/arch/powerpc/Kconfig +++ cell--common--6/arch/powerpc/Kconfig @@ -734,7 +743,7 @@ config ARCH_SPARSEMEM_DEFAULT def_bool y - depends on SMP && PPC_PSERIES + depends on (SMP && PPC_PSERIES) || PPC_CELL config ARCH_POPULATES_NODE_MAP def_bool y