Commit ff5caab1 authored by Barry Song's avatar Barry Song Committed by Arnd Bergmann

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

Signed-off-by: default avatarBarry Song <baohua.song@csr.com>
Acked-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent fe0d4220
...@@ -8,4 +8,4 @@ ...@@ -8,4 +8,4 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
#define VMALLOC_END 0xd8000000 #define VMALLOC_END 0xd8000000UL
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment