commit | ed4289e8b48845888ee46377bd2b55884a55e60b | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Mon Jul 29 22:28:54 2019 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Jul 31 22:56:27 2019 +1000 |
tree | fca00fca20fff3900a9f7b224df799d667f05ef0 | |
parent | d7e23b887f67178c4f840781be7a6aa6aeb52ab1 [diff] |
Revert "powerpc: slightly improve cache helpers" This reverts commit 6c5875843b87c3adea2beade9d1b8b3d4523900a. It triggers a probable compiler bug on clang which leads to crashes. With GCC it allows the compiler to use a more efficient register allocation but current GCC versions never do that at any of the current call sites, so there's no benefit. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>