Skip to content

Commit

Permalink
ARM: CNS3XXX: add UL suffix to VMALLOC_END to ensure it is properly t…
Browse files Browse the repository at this point in the history
…yped

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 fe0d422 commit ff5caab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-cns3xxx/include/mach/vmalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
* published by the Free Software Foundation.
*/

#define VMALLOC_END 0xd8000000
#define VMALLOC_END 0xd8000000UL

0 comments on commit ff5caab

Please sign in to comment.