From: Kyungmin Park Date: Sat, 21 Aug 2010 00:09:27 +0000 (+0900) Subject: ARM: S5P: VMALLOC_END should be unsigned long X-Git-Tag: v2.6.36-rc3~5^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1eea3756a9b16d8def6cf194a6ee74eb65b7aef;p=pandora-kernel.git ARM: S5P: 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: Kyungmin Park Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed