diff options
author | Yinghai Lu <yinghai@kernel.org> | 2012-11-17 04:39:02 +0100 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2012-11-17 20:59:24 +0100 |
commit | 9985b4c6fa7d660f685918a58282275e9e35d8e0 (patch) | |
tree | 5cf8aac4a2500bbb0ada1ba3b4a47fffe6e1e57c /arch/x86/kernel | |
parent | x86, mm: Merge alloc_low_page between 64bit and 32bit (diff) | |
download | linux-9985b4c6fa7d660f685918a58282275e9e35d8e0.tar.xz linux-9985b4c6fa7d660f685918a58282275e9e35d8e0.zip |
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')
-rw-r--r-- | arch/x86/kernel/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index f7634092931b..20151941cce8 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); |