[PATCH] mm/init.c: fix compilation warning
viresh kumar
viresh.kumar at st.com
Fri Jan 14 03:44:49 EST 2011
On 01/14/2011 02:05 PM, Russell King - ARM Linux wrote:
> On Fri, Jan 14, 2011 at 12:40:51PM +0530, Viresh Kumar wrote:
>> This patch fixes following warning:
>> mm/init.c:606: warning: format '%08lx' expects type 'long unsigned int', but
>> argument 12 has type 'unsigned int'
>
> The problem is in your definition of VMALLOC_END. It should be typed
> unsigned long - so have a UL suffix on the number.
>
Ok. Will correct that.
thanks.
--
viresh
More information about the linux-arm-kernel
mailing list