[PATCH 1/7] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
Magnus Lindholm
linmag7 at gmail.com
Fri Nov 14 11:13:55 PST 2025
Hi,
I applied your patches to a fresh pull of torvalds/linux.git repo but was unable
to build the kernel (on Alpha) with this patch applied.
I made the following changes in order to get it to build on Alpha:
diff --git a/mm/pt_reclaim.c b/mm/pt_reclaim.c
index 7e9455a18aae..6761b0c282bf 100644
--- a/mm/pt_reclaim.c
+++ b/mm/pt_reclaim.c
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
#include <linux/hugetlb.h>
-#include <asm-generic/tlb.h>
#include <asm/pgalloc.h>
+#include <asm/tlb.h>
#include "internal.h"
/Magnus
More information about the linux-um
mailing list