Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104453
b: refs/heads/master
c: 6596f24
h: refs/heads/master
i:
  104451: fc2e26f
v: v3
  • Loading branch information
Ingo Molnar committed Jul 16, 2008
1 parent 4202d91 commit 1696850
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6717ef1aa750b54ddb9d8854b91707ee21f0ad23
refs/heads/master: 6596f2422306a05be2170efc114da49f26a047dd
6 changes: 6 additions & 0 deletions trunk/arch/x86/kernel/head_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,12 @@ NEXT_PAGE(level3_kernel_pgt)
.quad level2_fixmap_pgt - __START_KERNEL_map + _PAGE_TABLE

NEXT_PAGE(level2_fixmap_pgt)
.fill 506,8,0
.quad level1_fixmap_pgt - __START_KERNEL_map + _PAGE_TABLE
/* 8MB reserved for vsyscalls + a 2MB hole = 4 + 1 entries */
.fill 5,8,0

NEXT_PAGE(level1_fixmap_pgt)
.fill 512,8,0

NEXT_PAGE(level2_ident_pgt)
Expand Down

0 comments on commit 1696850

Please sign in to comment.