Re: [PATCH 30/40] autonuma: numa hinting page faults entry points
From: Rik van Riel
Date: Mon Jul 02 2012 - 00:53:39 EST
On 06/28/2012 08:56 AM, Andrea Arcangeli wrote:
+++ b/mm/huge_memory.c
@@ -1037,6 +1037,23 @@ out:
return page;
}
+#ifdef CONFIG_AUTONUMA
+pmd_t __huge_pmd_numa_fixup(struct mm_struct *mm, unsigned long addr,
This is under CONFIG_AUTONUMA
+++ b/mm/memory.c
+static inline pte_t pte_numa_fixup(struct mm_struct *mm,
+static inline void pmd_numa_fixup(struct mm_struct *mm,
+static inline pmd_t huge_pmd_numa_fixup(struct mm_struct *mm,
But these are not. Please fix, or document why this is
not required.
--
All rights reversed
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/