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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>