From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Fri, 12 Nov 2010 08:51:12 +0000 Subject: ARM: fix compile warning in mm/init.c In-Reply-To: <4CDCFF7D.5080807@ti.com> References: <1289542753-30185-1-git-send-email-gadiyar@ti.com> <20101112083602.GB28735@n2100.arm.linux.org.uk> <4CDCFF7D.5080807@ti.com> Message-ID: <20101112085112.GA2568@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Nov 12, 2010 at 02:19:01PM +0530, Anand Gadiyar wrote: > On 11/12/2010 2:06 PM, Russell King - ARM Linux wrote: > > On Fri, Nov 12, 2010 at 11:49:13AM +0530, Anand Gadiyar wrote: > >> Commit 7c63984b86 (ARM: do not define VMALLOC_END relative to PAGE_OFFSET) > >> changed VMALLOC_END to be an explicit value. Before this, it was > >> relative to PAGE_OFFSET and therefore automatically upgraded to > >> unsigned long as PAGE_OFFSET was an unsigned long. This introduced > >> the following build warning. Fix this. > > > > Please fix your definition of VMALLOC_END. > > Will do. Should I also fix up the other mach-* that were touched by this patch? That would be useful, thanks.