Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138775
b: refs/heads/master
c: 60ac982
h: refs/heads/master
i:
  138773: f835072
  138771: 94bfe7c
  138767: df55019
v: v3
  • Loading branch information
H. Peter Anvin committed Mar 17, 2009
1 parent b74c4f3 commit 8655e5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: b8a22a6273d5aed248db2695ce9bf65eb3e9fbe6
refs/heads/master: 60ac98213914cc615c67e84bfb964aa95a080d13
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
#endif

/* Enough space to fit pagetables for the low memory linear map */
MAPPING_BEYOND_END = (PAGE_TABLE_SIZE(1 << (32 - PAGE_SHIFT)) * PAGE_SIZE)
MAPPING_BEYOND_END = \
PAGE_TABLE_SIZE(((1<<32) - __PAGE_OFFSET) >> PAGE_SHIFT) << PAGE_SHIFT

/*
* Worst-case size of the kernel mapping we need to make:
Expand Down

0 comments on commit 8655e5c

Please sign in to comment.