From: Olof Johansson Date: Wed, 18 Aug 2010 23:26:47 +0000 (-0500) Subject: arm: tegra: VMALLOC_END should be unsigned long X-Git-Tag: v2.6.36-rc3~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42537eff861baccf3912e16ac4fd15a10fda2136;p=pandora-kernel.git arm: tegra: VMALLOC_END should be unsigned long Silences following build warning: arch/arm/mm/init.c: In function 'mem_init': arch/arm/mm/init.c:644: warning: format '%08lx' expects type 'long unsigned int', but argument 12 has type 'unsigned int' Signed-off-by: Olof Johansson Signed-off-by: Colin Cross --- Reading git-diff-tree failed