[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/3] util: Optimize flushing when ppc host has coherent icache
From: |
Richard Henderson |
Subject: |
[PATCH v2 0/3] util: Optimize flushing when ppc host has coherent icache |
Date: |
Mon, 20 Jun 2022 18:48:34 -0700 |
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
--
2.34.1
- [PATCH v2 0/3] util: Optimize flushing when ppc host has coherent icache,
Richard Henderson <=