Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98035
b: refs/heads/master
c: 86b2b70
h: refs/heads/master
i:
  98033: c317eb5
  98031: 06819f0
v: v3
  • Loading branch information
Joe Korty authored and Ingo Molnar committed Jun 12, 2008
1 parent d88eb2e commit 8f82773
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b29c701deacd5d24453127c37ed77ef851c53b8b
refs/heads/master: 86b2b70e156203149c3861455feec54bc4906e6d
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ default_entry:
* this stage.
*/

#define KPMDS ((0x100000000-__PAGE_OFFSET) >> 30) /* Number of kernel PMDs */
#define KPMDS (((-__PAGE_OFFSET) >> 30) & 3) /* Number of kernel PMDs */

xorl %ebx,%ebx /* %ebx is kept at zero */

Expand Down

0 comments on commit 8f82773

Please sign in to comment.