commit | f11b08a1b0a6e7cc0bf1f4fd62f6edc38d57636e | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Fri May 04 12:21:30 2012 +0000 |
committer | Andy Fleming <afleming@freescale.com> | Fri Jul 06 17:30:32 2012 -0500 |
tree | 410490ffcaea818381585e1ec6136dca1e917186 | |
parent | 1a70b2394e0ae90fcb1d5013789759293f5f7eaf [diff] |
lib/powerpc: addrmap_phys_to_virt() should return a pointer addrmap_phys_to_virt() converts a physical address (phys_addr_t) to a virtual address, so it should return a pointer instead of an unsigned long. Its counterpart, addrmap_virt_to_phys(), takes a pointer, so now they're orthogonal. The only caller of addrmap_phys_to_virt() converts the return value to a pointer anyway. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>