Thread (90 messages) flat view 90 messages, 6 authors, 2011-01-19
STALE5713d

Revision v4 of 3 in this series.

Revisions (3)
  1. v1 [diff vs current]
  2. v4 current
  3. v5 [diff vs current]

[PATCH V4 01/62] spear/vmalloc.h: Appending UL to VMALLOC_END

From: Viresh Kumar <hidden>
Date: 2011-01-18 07:11:29
Subsystem: arm port, the rest · Maintainers: Russell King, Linus Torvalds

This patch fixes following warning:
mm/init.c:606: warning: format '%08lx' expects type 'long unsigned int', but
argument 12 has type 'unsigned int'

by appending UL to VMALLOC_END's Number.

Signed-off-by: Viresh Kumar <redacted>
---
 arch/arm/plat-spear/include/plat/vmalloc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/plat-spear/include/plat/vmalloc.h b/arch/arm/plat-spear/include/plat/vmalloc.h
index 09e9372..8c8b24d 100644
--- a/arch/arm/plat-spear/include/plat/vmalloc.h
+++ b/arch/arm/plat-spear/include/plat/vmalloc.h
@@ -14,6 +14,6 @@
 #ifndef __PLAT_VMALLOC_H
 #define __PLAT_VMALLOC_H
 
-#define VMALLOC_END		0xF0000000
+#define VMALLOC_END		0xF0000000UL
 
 #endif /* __PLAT_VMALLOC_H */
-- 
1.7.2.2
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help