aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/head_64.S
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2008-07-08 18:06:25 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-16 04:54:11 -0400
commit8840c0ccd763936a8e730ece118197a51be8dc8e (patch)
tree5c8d536aff5c8d8bfe6c9f6dc73030a73dcf2dfc /arch/x86/kernel/head_64.S
parentc1f2f09ef66d5dadd5fe42ea909e708470c9636d (diff)
x86_64: there's no need to preallocate level1_fixmap_pgt
Early fixmap will allocate its own L1 pagetable page for fixmap mappings, so there's no need to preallocate one. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Cc: Stephen Tweedie <sct@redhat.com> Cc: Eduardo Habkost <ehabkost@redhat.com> Cc: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/head_64.S')
-rw-r--r--arch/x86/kernel/head_64.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/kernel/head_64.S b/arch/x86/kernel/head_64.S
index b07ac7b217cb..4b6bda21837f 100644
--- a/arch/x86/kernel/head_64.S
+++ b/arch/x86/kernel/head_64.S
@@ -362,12 +362,6 @@ NEXT_PAGE(level3_kernel_pgt)
362 .quad level2_fixmap_pgt - __START_KERNEL_map + _PAGE_TABLE 362 .quad level2_fixmap_pgt - __START_KERNEL_map + _PAGE_TABLE
363 363
364NEXT_PAGE(level2_fixmap_pgt) 364NEXT_PAGE(level2_fixmap_pgt)
365 .fill 506,8,0
366 .quad level1_fixmap_pgt - __START_KERNEL_map + _PAGE_TABLE
367 /* 8MB reserved for vsyscalls + a 2MB hole = 4 + 1 entries */
368 .fill 5,8,0
369
370NEXT_PAGE(level1_fixmap_pgt)
371 .fill 512,8,0 365 .fill 512,8,0
372 366
373NEXT_PAGE(level2_ident_pgt) 367NEXT_PAGE(level2_ident_pgt)