]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 6720/1: SPEAr: Append UL to VMALLOC_END
authorviresh kumar <viresh.kumar@st.com>
Wed, 16 Feb 2011 06:40:27 +0000 (07:40 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 21 Feb 2011 19:29:20 +0000 (19:29 +0000)
commit4b6754899ad4358d908b57a40fe9442ebad71ae6
treef1f3137ab07fe5fc8648ec375cea286728229ce9
parent6496eace04a0d1369c879c5ab90295184dc7b33f
ARM: 6720/1: SPEAr: Append UL to VMALLOC_END

This patch fixes following warning:
arch/arm/mm/init.c:606: warning: format '%08lx' expects type 'long unsigned int', but argument 12 has type 'unsigned int'

by appending UL to VMALLOC_END's Number.

Reviewed-by: Stanley Miao <stanley.miao@windriver.com>
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/plat-spear/include/plat/vmalloc.h