Browse Source

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>
Barry Song 14 năm trước cách đây
mục cha
commit
ff5caab10e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      arch/arm/mach-cns3xxx/include/mach/vmalloc.h

+ 1 - 1
arch/arm/mach-cns3xxx/include/mach/vmalloc.h

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