Skip to content

Commit

Permalink
ARM: NUC93X: add UL suffix to VMALLOC_END to ensure it is properly typed
Browse files Browse the repository at this point in the history
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 085fb61 commit c8bbde4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-nuc93x/include/mach/vmalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#ifndef __ASM_ARCH_VMALLOC_H
#define __ASM_ARCH_VMALLOC_H

#define VMALLOC_END (0xE0000000)
#define VMALLOC_END 0xE0000000UL

#endif /* __ASM_ARCH_VMALLOC_H */

0 comments on commit c8bbde4

Please sign in to comment.