Re: [PATCH] riscv: mm: unexport satp_mode
From: Paul Walmsley
Date: Thu Aug 06 2026 - 13:50:04 EST
On Wed, 5 Aug 2026, Jisheng Zhang wrote:
> Since satp_mode introduction, it is only utilized by built-in kernel
> code.
>
> Signed-off-by: Jisheng Zhang <jszhang@xxxxxxxxxx>
As Sashiko points out, this breaks the build when CONFIG_KVM=m.
- Paul