]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mach-shmobile: fix compile warning in mm/init.c
authorMagnus Damm <damm@opensource.se>
Wed, 15 Dec 2010 10:59:24 +0000 (10:59 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 17 Dec 2010 10:41:13 +0000 (19:41 +0900)
commit91846c7be4bd78171160adbf33378340b35f36ab
treef62653954bed2c2cabae7598fcf891e5b538bd8e
parente1bc0c6cfabc2e700df4744a57aa55c82628cfb0
ARM: mach-shmobile: fix compile warning in mm/init.c

Turn down the warning noise from the compiler,
basically a SH-Mobile specific version of the
patch located in the RMK patch tracker:

6484/1: "fix compile warning in mm/init.c",

Without this patch the following warning triggers:

 CC      arch/arm/kernel/sys_arm.o
arch/arm/mm/init.c: In function 'mem_init':
arch/arm/mm/init.c:606: warning: format '%08lx' expects type 'long unsigned int', but argument 12 has type 'unsigned int'
  CC      arch/arm/kernel/traps.o

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/include/mach/vmalloc.h