aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dynamic_debug.c
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <[email protected]>2010-10-13 23:34:15 +0000
committerIngo Molnar <[email protected]>2010-10-14 07:06:49 +0000
commit67e87f0a1c5cbc750f81ebf6a128e8ff6f4376cc (patch)
tree566e2fdaf0fdec91bc1fd21141b6052bf4837fba /lib/dynamic_debug.c
parentxen: Cope with unmapped pages when initializing kernel pagetable (diff)
downloadkernel-67e87f0a1c5cbc750f81ebf6a128e8ff6f4376cc.tar.gz
kernel-67e87f0a1c5cbc750f81ebf6a128e8ff6f4376cc.zip
x86-64: Only set max_pfn_mapped to 512 MiB if we enter via head_64.S
head_64.S maps up to 512 MiB, but that is not necessarity true for other entry paths, such as Xen. Thus, co-locate the setting of max_pfn_mapped with the code to actually set up the page tables in head_64.S. The 32-bit code is already so co-located. (The Xen code already sets max_pfn_mapped correctly for its own use case.) -v2: Yinghai fixed the following bug in this patch: | | max_pfn_mapped is in .bss section, so we need to set that | after bss get cleared. Without that we crash on bootup. | | That is safe because Xen does not call x86_64_start_kernel(). | Signed-off-by: Jeremy Fitzhardinge <[email protected]> Fixed-by: Yinghai Lu <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions