[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-bb112aec5ee41427e9b9726e3d57b896709598ed@git.kernel.org>
Date: Thu, 31 Jan 2013 14:40:29 -0800
From: "tip-bot for H. Peter Anvin" <hpa@...ux.intel.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
dave@...ux.vnet.ibm.com, stable@...r.kernel.org,
tglx@...utronix.de, hpa@...ux.intel.com
Subject: [tip:x86/mm] x86-32, mm: Remove reference to resume_map_numa_kva(
)
Commit-ID: bb112aec5ee41427e9b9726e3d57b896709598ed
Gitweb: http://git.kernel.org/tip/bb112aec5ee41427e9b9726e3d57b896709598ed
Author: H. Peter Anvin <hpa@...ux.intel.com>
AuthorDate: Thu, 31 Jan 2013 13:53:10 -0800
Committer: H. Peter Anvin <hpa@...ux.intel.com>
CommitDate: Thu, 31 Jan 2013 14:12:30 -0800
x86-32, mm: Remove reference to resume_map_numa_kva()
Remove reference to removed function resume_map_numa_kva().
Signed-off-by: H. Peter Anvin <hpa@...ux.intel.com>
Cc: Dave Hansen <dave@...ux.vnet.ibm.com>
Cc: <stable@...r.kernel.org>
Link: http://lkml.kernel.org/r/20130131005616.1C79F411@kernel.stglabs.ibm.com
---
arch/x86/include/asm/mmzone_32.h | 6 ------
arch/x86/power/hibernate_32.c | 2 --
2 files changed, 8 deletions(-)
diff --git a/arch/x86/include/asm/mmzone_32.h b/arch/x86/include/asm/mmzone_32.h
index eb05fb3..8a9b3e2 100644
--- a/arch/x86/include/asm/mmzone_32.h
+++ b/arch/x86/include/asm/mmzone_32.h
@@ -14,12 +14,6 @@ extern struct pglist_data *node_data[];
#include <asm/numaq.h>
-extern void resume_map_numa_kva(pgd_t *pgd);
-
-#else /* !CONFIG_NUMA */
-
-static inline void resume_map_numa_kva(pgd_t *pgd) {}
-
#endif /* CONFIG_NUMA */
#ifdef CONFIG_DISCONTIGMEM
diff --git a/arch/x86/power/hibernate_32.c b/arch/x86/power/hibernate_32.c
index 74202c1..7d28c88 100644
--- a/arch/x86/power/hibernate_32.c
+++ b/arch/x86/power/hibernate_32.c
@@ -129,8 +129,6 @@ static int resume_physical_mapping_init(pgd_t *pgd_base)
}
}
- resume_map_numa_kva(pgd_base);
-
return 0;
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists