From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Subject: Re: [RFC 1/5] ARM: P2V: separate PHYS_OFFSET from platform definitions Date: Mon, 7 Feb 2011 17:36:04 +0100 Message-ID: <20110207163604.GJ26656@game.jcrosoft.org> References: <20110104202052.GE24935@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Russell King - ARM Linux Cc: Viresh Kumar , Srinidhi Kasagar , Kevin Hilman , Anton Vorontsov , Lennert Buytenhek , Kukjin Kim , linux-sh@vger.kernel.org, Vincent Sanders , "Hans J. Koch" , Magnus Damm , Scott Branden , Marc Singer , Tony Lindgren , David Brown , Alessandro Rubini , Sascha Hauer , Wan ZongShun , linux-arm-msm@vger.kernel.org, STEricsson , Ryan Mallon , linux-samsung-soc@vger.kernel.org, Ben Dooks , linux-tegra@vger.kernel.org, linux-omap@vger.kernel.o List-Id: linux-omap@vger.kernel.org On 20:22 Tue 04 Jan , Russell King - ARM Linux wrote: > This uncouple PHYS_OFFSET from the platform definitions, thereby > facilitating run-time computation of the physical memory offset. > > Signed-off-by: Russell King > --- > arch/arm/include/asm/memory.h | 2 ++ > arch/arm/kernel/tcm.c | 2 +- > arch/arm/mach-aaec2000/include/mach/memory.h | 2 +- > arch/arm/mach-at91/include/mach/memory.h | 2 +- Acked-by: Jean-Christophe PLAGNIOL-VILLARD Best Regards, J.