ARM: CNS3XXX: add UL suffix to VMALLOC_END to ensure it is properly typed

Signed-off-by: Barry Song <baohua.song@csr.com>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Barry Song 2011-07-07 19:54:27 -07:00 committed by Arnd Bergmann
parent fe0d42203c
commit ff5caab10e

View File

@ -8,4 +8,4 @@
* published by the Free Software Foundation.
*/
#define VMALLOC_END 0xd8000000
#define VMALLOC_END 0xd8000000UL