Home
last modified time | relevance | path

Searched hist:ed4289e8b48845888ee46377bd2b55884a55e60b (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dcache.hdiff ed4289e8b48845888ee46377bd2b55884a55e60b Mon Jul 29 07:28:54 CDT 2019 Michael Ellerman <mpe@ellerman.id.au> 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>