diff options
author | Vitaly Andrianov <vitalya@ti.com> | 2012-06-21 08:09:05 -0400 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2013-05-30 16:01:56 +0100 |
commit | 56bc628666b39dc8cb395c7686d8c032efd731f4 (patch) | |
tree | a45f9b91da92382f26fdb5f60db8a1aa98a96ff0 /arch/avr32/mach-at32ap | |
parent | 20d6956d8cd2452cec0889ff040f18afc03c2e6b (diff) | |
download | blackbird-op-linux-56bc628666b39dc8cb395c7686d8c032efd731f4.tar.gz blackbird-op-linux-56bc628666b39dc8cb395c7686d8c032efd731f4.zip |
ARM: LPAE: use phys_addr_t in free_memmap()
The free_memmap() was mistakenly using unsigned long type to represent
physical addresses. This breaks on PAE systems where memory could be placed
above the 32-bit addressible limit.
This patch fixes this function to properly use phys_addr_t instead.
Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
Signed-off-by: Cyril Chemparathy <cyril@ti.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Tested-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Tested-by: Subash Patel <subash.rp@samsung.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/avr32/mach-at32ap')
0 files changed, 0 insertions, 0 deletions