From: Palmer Dabbelt Date: Thu, 8 Dec 2022 23:45:28 +0000 (-0800) Subject: Merge patch series "Add PMEM support for RISC-V" X-Git-Tag: v6.6.17~5917^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=049696a39d2fbaad1b35b08cbc65d9e17c0406bc;p=platform%2Fkernel%2Flinux-rpi.git Merge patch series "Add PMEM support for RISC-V" Anup Patel says: The Linux NVDIMM PEM drivers require arch support to map and access the persistent memory device. This series adds RISC-V PMEM support using recently added Svpbmt and Zicbom support. * b4-shazam-merge: RISC-V: Enable PMEM drivers RISC-V: Implement arch specific PMEM APIs RISC-V: Fix MEMREMAP_WB for systems with Svpbmt Link: https://lore.kernel.org/r/20221114090536.1662624-1-apatel@ventanamicro.com Signed-off-by: Palmer Dabbelt --- 049696a39d2fbaad1b35b08cbc65d9e17c0406bc diff --cc arch/riscv/mm/Makefile index ce7f121,b4f35da..2ac177c --- a/arch/riscv/mm/Makefile +++ b/arch/riscv/mm/Makefile @@@ -13,7 -13,7 +13,8 @@@ obj-y += extable. obj-$(CONFIG_MMU) += fault.o pageattr.o obj-y += cacheflush.o obj-y += context.o +obj-y += pgtable.o + obj-y += pmem.o ifeq ($(CONFIG_MMU),y) obj-$(CONFIG_SMP) += tlbflush.o