x86: move max_pfn_mapped and max_low_pfn_mapped to setup.c
authorPekka Enberg <penberg@cs.helsinki.fi>
Tue, 28 Apr 2009 13:00:49 +0000 (16:00 +0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 30 Apr 2009 08:12:36 +0000 (10:12 +0200)
commit2b72394e4089643f11669d9610907a1442fe044a
tree406aba50f5cf070f77e4bc4eb84329e45454b1ca
parent89388913f2c88a2cd15d24abab571b17a2596127
x86: move max_pfn_mapped and max_low_pfn_mapped to setup.c

This patch moves the max_pfn_mapped and max_low_pfn_mapped global
variables to kernel/setup.c where they're initialized.

[ Impact: cleanup ]

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
LKML-Reference: <1240923649.1982.21.camel@penberg-laptop>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup.c
arch/x86/mm/init_32.c
arch/x86/mm/init_64.c