aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
diff options
context:
space:
mode:
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 b11a238b2e35..c3cebfe7bfc9 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -932,7 +932,6 @@ void __init setup_arch(char **cmdline_p)
932 max_low_pfn = max_pfn; 932 max_low_pfn = max_pfn;
933 933
934 high_memory = (void *)__va(max_pfn * PAGE_SIZE - 1) + 1; 934 high_memory = (void *)__va(max_pfn * PAGE_SIZE - 1) + 1;
935 max_pfn_mapped = KERNEL_IMAGE_SIZE >> PAGE_SHIFT;
936#endif 935#endif
937 936
938 /* 937 /*