Searched hist:"2 e4cc1c5d4fabee86fc2985fac18f9a2023e39f8" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | io.h | 2e4cc1c5d4fabee86fc2985fac18f9a2023e39f8 Thu May 26 13:49:33 UTC 2016 Paul Burton <paul.burton@imgtec.com> MIPS: Use CPHYSADDR to implement mips32 virt_to_phys
Use CPHYSADDR to implement the virt_to_phys function for converting from a virtual to a physical address for MIPS32, much as is already done for MIPS64. This allows for virt_to_phys to work regardless of whether the address being translated is in kseg0 or kseg1, unlike the previous subtraction based approach which only worked for addresses in kseg0. This allows for drivers to provide an address to virt_to_phys without needing to manually ensure that kseg1 addresses are converted to equivalent kseg0 addresses first.
This patch is equivalent to this Linux patch currently waiting to be reviewed & merged:
https://patchwork.linux-mips.org/patch/12564/
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
|