commit | 2f7d2b74a9dd9140053f143e1c94da0fef3c1109 | [log] [tgz] |
---|---|---|
author | Scott Wood <scottwood@freescale.com> | Wed Apr 15 19:40:23 2015 -0500 |
committer | Scott Wood <scottwood@freescale.com> | Fri Aug 07 22:59:20 2015 -0500 |
tree | cc90ce077e6bfa19440953c1914b78e690182403 | |
parent | 501c8de7b061d2dc0c21a0a79fee3eddf30af8dd [diff] |
powerpc/mm: Don't call __flush_dcache_icache_phys() with PA>VA __flush_dcache_icache_phys() requires the ability to access the memory with the MMU disabled, which means that on a 32-bit system any memory above 4 GiB is inaccessible. In particular, mpc86xx is 32-bit and can have more than 4 GiB of RAM. Signed-off-by: Scott Wood <scottwood@freescale.com>