commit | cb1629f91a487e34284868a2d246bc3b122c6395 | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Thu Apr 07 09:56:48 2016 -0700 |
committer | York Sun <york.sun@nxp.com> | Thu May 19 10:47:11 2016 -0700 |
tree | e9ef00eed95ae5ffea9a27a60d23acfe6efce243 | |
parent | aeaec0e682f45b9e0c62c522fafea353931f73ed [diff] |
powerpc: Disable flush or invalidate dcache by range for some SoCs Commit ac337168a unified functions to flush and invalidate dcache by range. These two functions were no-op for SoCs other than 4xx and MPC86xx. Adding these functions seemed to be correct but introduced issues when the dcache is flushed. While the root cause is under investigation, disable these functions for affected SoCs so various drivers can work. Signed-off-by: York Sun <york.sun@nxp.com>