Skip to content

Commit

Permalink
ARM: LPC32XXX: add UL suffix to VMALLOC_END to ensure it is properly …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Barry Song authored and Arnd Bergmann committed Jul 8, 2011
1 parent ff5caab commit 085fb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-lpc32xx/include/mach/vmalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
#ifndef __ASM_ARCH_VMALLOC_H
#define __ASM_ARCH_VMALLOC_H

#define VMALLOC_END 0xF0000000
#define VMALLOC_END 0xF0000000UL

#endif

0 comments on commit 085fb61

Please sign in to comment.