summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/setup.c
diff options
context:
space:
mode:
authorYinghai Lu <yinghai@kernel.org>2012-11-17 03:39:02 (GMT)
committerH. Peter Anvin <hpa@linux.intel.com>2012-11-17 19:59:24 (GMT)
commit9985b4c6fa7d660f685918a58282275e9e35d8e0 (patch)
tree5cf8aac4a2500bbb0ada1ba3b4a47fffe6e1e57c /arch/x86/kernel/setup.c
parent5c51bdbe4c74dce7996d0bbfa39974775cc3f13c (diff)
downloadlinux-fsl-qoriq-9985b4c6fa7d660f685918a58282275e9e35d8e0.tar.xz
x86, mm: Move min_pfn_mapped back to mm/init.c
Also change it to static. Signed-off-by: Yinghai Lu <yinghai@kernel.org> Link: http://lkml.kernel.org/r/1353123563-3103-26-git-send-email-yinghai@kernel.org Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r--arch/x86/kernel/setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index f7634092..2015194 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -124,7 +124,6 @@
*/
unsigned long max_low_pfn_mapped;
unsigned long max_pfn_mapped;
-unsigned long min_pfn_mapped;
#ifdef CONFIG_DMI
RESERVE_BRK(dmi_alloc, 65536);