Nicholas Piggin 28f07fab26 powerpc/vdso: Fix __kernel_sync_dicache sequence with coherent icache
Processors with coherent icache require the sequence sync ; icbi ; isync
to entire store->execute coherency. icbi (to any address) must be
executed to ensure isync flushes the pipeline. See "POWER9 Processor
User's Manual, 4.6.2.2 Instruction Cache Block Invalidate (icbi)" for
details.

__kernel_sync_dicache is missing icbi for the coherent icache path.
Add it.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220520123649.258440-1-npiggin@gmail.com
2022-07-27 21:36:04 +10:00
..
2022-06-10 11:03:51 -07:00
2022-06-04 14:04:27 -07:00
2022-06-05 09:06:03 -07:00
2022-06-04 14:04:27 -07:00
2022-06-10 09:57:11 -07:00
2022-06-10 09:57:11 -07:00
2022-06-05 09:45:27 -07:00