linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] arch: include asm/cacheflush.h in asm/hugetlb.h
@ 2023-08-14  4:50 Hugh Dickins
  2023-08-14  4:52 ` [PATCH 1/3] arm: " Hugh Dickins
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Hugh Dickins @ 2023-08-14  4:50 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Mike Kravetz, Russell King, Catalin Marinas, Will Deacon,
	Palmer Dabbelt, linux-arm-kernel, linux-riscv, linux-mm

Three architectures are using PG_dcache_clean in their asm/hugetlb.h,
but relying on accident to include the asm/cacheflush.h which defines it.

1/3 arm: include asm/cacheflush.h in asm/hugetlb.h
2/3 arm64: include asm/cacheflush.h in asm/hugetlb.h
3/3 riscv: include asm/cacheflush.h in asm/hugetlb.h

 arch/arm/include/asm/hugetlb.h   | 1 +
 arch/arm64/include/asm/hugetlb.h | 1 +
 arch/riscv/include/asm/hugetlb.h | 1 +
 3 files changed, 3 insertions(+)

Hugh


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-08-30 13:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-14  4:50 [PATCH 0/3] arch: include asm/cacheflush.h in asm/hugetlb.h Hugh Dickins
2023-08-14  4:52 ` [PATCH 1/3] arm: " Hugh Dickins
2023-08-14  4:53 ` [PATCH 2/3] arm64: " Hugh Dickins
2023-08-14  4:53 ` [PATCH 3/3] riscv: " Hugh Dickins
2023-08-30 13:20 ` [PATCH 0/3] arch: " patchwork-bot+linux-riscv
2023-08-30 13:24 ` (subset) " Palmer Dabbelt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox