projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe0d422
)
ARM: CNS3XXX: add UL suffix to VMALLOC_END to ensure it is properly typed
author
Barry Song
<bs14@csr.com>
Fri, 8 Jul 2011 02:54:27 +0000
(19:54 -0700)
committer
Arnd Bergmann
<arnd@arndb.de>
Fri, 8 Jul 2011 15:54:53 +0000
(15:54 +0000)
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>
arch/arm/mach-cns3xxx/include/mach/vmalloc.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-cns3xxx/include/mach/vmalloc.h
b/arch/arm/mach-cns3xxx/include/mach/vmalloc.h
index
4d381ec
..
1dd231d
100644
(file)
--- a/
arch/arm/mach-cns3xxx/include/mach/vmalloc.h
+++ b/
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 0xd8000000
UL