[PATCH 0/1] introduce ioremap_wc()

From: Yunhui Cui
Date: Tue Jul 22 2025 - 05:15:53 EST


Compared with IO attributes, NC attributes can improve performance,
specifically in these aspects: Relaxed Order, Gathering, Supports Read
Speculation, Supports Unaligned Access.

When I replied to this patch (https://lore.kernel.org/all/CAEEQ3wmVPrZ6s8msM8RgcyZePGhXM1ikYMc5wW2n8q3Bf90EVw@xxxxxxxxxxxxxx/),
I found the author's email address was invalid. So, based on this patch,
I made slight modifications and resubmitted it.


Yunhui Cui (1):
riscv: introduce ioremap_wc()

arch/riscv/include/asm/io.h | 4 ++++
arch/riscv/include/asm/pgtable.h | 1 +
2 files changed, 5 insertions(+)

--
2.39.5