commit | 4986e5c7cd91817d0f58dd15073c9080d47980cf | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Wed Jun 06 12:05:01 2012 +0200 |
committer | Marek Szyprowski <m.szyprowski@samsung.com> | Mon Jun 11 14:30:47 2012 +0200 |
tree | 83b20885da5f0572b8ddf810e68d23d79ceca48b | |
parent | e53f517ff236a0ec5413ff3935c53406b69bc1e2 [diff] |
ARM: mm: fix type of the arm_dma_limit global variable arm_dma_limit stores physical address of maximal address accessible by DMA, so the phys_addr_t type makes much more sense for it instead of u32. This patch fixes the following build warning: arch/arm/mm/init.c:380: warning: comparison of distinct pointer types lacks a cast Reported-by: Russell King <linux@arm.linux.org.uk> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>