mbox series

[v2,0/3] util: Optimize flushing when ppc host has coherent icache

Message ID 20220621014837.189139-1-richard.henderson@linaro.org
Headers show
Series util: Optimize flushing when ppc host has coherent icache | expand

Message

Richard Henderson June 21, 2022, 1:48 a.m. UTC
This is Nick's patch, with the merge of the two files
as I suggested, and the aarch64 cleanup I promised.


r~


Nicholas Piggin (1):
  util/cacheflush: Optimize flushing when ppc host has coherent icache

Richard Henderson (2):
  util: Merge cacheflush.c and cacheinfo.c
  util/cacheflush: Merge aarch64 ctr_el0 usage

 util/cacheflush.c | 247 +++++++++++++++++++++++++++++++++++++++++++---
 util/cacheinfo.c  | 200 -------------------------------------
 util/meson.build  |   2 +-
 3 files changed, 232 insertions(+), 217 deletions(-)
 delete mode 100644 util/cacheinfo.c