diff options
author | Fenkart/Bostandzhyan | 2010-02-07 21:47:17 +0100 |
---|---|---|
committer | Russell King | 2010-02-15 22:40:33 +0100 |
commit | c931b4f655a1b86c929384e674eb8c31795f3bd7 (patch) | |
tree | 2787c5ed4bf2918fa6fd96ac0a2a92b43889cf7e /arch/arm/mach-davinci/include/mach/hardware.h | |
parent | ARM: 5927/1: Make delimiters of DMA area globally visibly. (diff) | |
download | kernel-qcow2-linux-c931b4f655a1b86c929384e674eb8c31795f3bd7.tar.gz kernel-qcow2-linux-c931b4f655a1b86c929384e674eb8c31795f3bd7.tar.xz kernel-qcow2-linux-c931b4f655a1b86c929384e674eb8c31795f3bd7.zip |
ARM: 5928/1: Change type of VMALLOC_END to unsigned long.
Makes it consistent with VMALLOC_START
Tested-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Andreas Fenkart <andreas.fenkart@streamunlimited.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/hardware.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/hardware.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/hardware.h b/arch/arm/mach-davinci/include/mach/hardware.h index 41c89386e39b..c45ba1f62a11 100644 --- a/arch/arm/mach-davinci/include/mach/hardware.h +++ b/arch/arm/mach-davinci/include/mach/hardware.h @@ -27,7 +27,7 @@ /* * I/O mapping */ -#define IO_PHYS 0x01c00000 +#define IO_PHYS 0x01c00000UL #define IO_OFFSET 0xfd000000 /* Virtual IO = 0xfec00000 */ #define IO_SIZE 0x00400000 #define IO_VIRT (IO_PHYS + IO_OFFSET) |