Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210368
b: refs/heads/master
c: b7d4608
h: refs/heads/master
v: v3
  • Loading branch information
Hugh Dickins authored and H. Peter Anvin committed Aug 25, 2010
1 parent 66b40c4 commit 16139f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51e3c1b558b31b11bf5fc66d3c6f5adacf3573f7
refs/heads/master: b7d460897739e02f186425b7276e3fdb1595cea7
3 changes: 1 addition & 2 deletions trunk/arch/x86/kernel/trampoline.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ void __init setup_trampoline_page_table(void)
/* Copy kernel address range */
clone_pgd_range(trampoline_pg_dir + KERNEL_PGD_BOUNDARY,
swapper_pg_dir + KERNEL_PGD_BOUNDARY,
min_t(unsigned long, KERNEL_PGD_PTRS,
KERNEL_PGD_BOUNDARY));
KERNEL_PGD_PTRS);

/* Initialize low mappings */
clone_pgd_range(trampoline_pg_dir,
Expand Down

0 comments on commit 16139f0

Please sign in to comment.