Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752461Ab0LONSv (ORCPT ); Wed, 15 Dec 2010 08:18:51 -0500 Received: from mail-ew0-f45.google.com ([209.85.215.45]:36009 "EHLO mail-ew0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751004Ab0LONSu (ORCPT ); Wed, 15 Dec 2010 08:18:50 -0500 Message-ID: <4D08BFFC.3020103@ru.mvista.com> Date: Wed, 15 Dec 2010 16:17:48 +0300 From: Sergei Shtylyov User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: Stepan Moskovchenko CC: davidb@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/7] msm: Physical offset for MSM8960 References: <1292384961-8851-1-git-send-email-stepanm@codeaurora.org> <1292384961-8851-3-git-send-email-stepanm@codeaurora.org> In-Reply-To: <1292384961-8851-3-git-send-email-stepanm@codeaurora.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1012 Lines: 32 Hello. On 15-12-2010 6:49, Stepan Moskovchenko wrote: > Add the physical memory offset value for the Qualcomm > MSM8960 chip. > Signed-off-by: Stepan Moskovchenko [...] > diff --git a/arch/arm/mach-msm/include/mach/memory.h b/arch/arm/mach-msm/include/mach/memory.h > index 070e17d..014bbd3 100644 > --- a/arch/arm/mach-msm/include/mach/memory.h > +++ b/arch/arm/mach-msm/include/mach/memory.h > @@ -25,6 +25,8 @@ > #define PHYS_OFFSET UL(0x00200000) > #elif defined(CONFIG_ARCH_MSM8X60) > #define PHYS_OFFSET UL(0x40200000) > +#elif defined(CONFIG_ARCH_MSM8960) > +#define PHYS_OFFSET UL(0x40200000) Why not: -#elif defined(CONFIG_ARCH_MSM8X60) +#elif defined(CONFIG_ARCH_MSM8X60) || defined(CONFIG_ARCH_MSM8960) WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/