Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99379
b: refs/heads/master
c: 0e192b9
h: refs/heads/master
i:
  99377: 035c2f0
  99375: c708c52
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Thomas Gleixner committed May 25, 2008
1 parent 1497e2a commit c148ef7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 05139d8fb445d9a3569071af1c5920fc46191b7b
refs/heads/master: 0e192b99d7d09f08b445c31ee7c7f3d0bfb27345
10 changes: 5 additions & 5 deletions trunk/arch/x86/kernel/head_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,11 @@ early_idt_ripmsg:
ENTRY(name)

/* Automate the creation of 1 to 1 mapping pmd entries */
#define PMDS(START, PERM, COUNT) \
i = 0 ; \
.rept (COUNT) ; \
.quad (START) + (i << 21) + (PERM) ; \
i = i + 1 ; \
#define PMDS(START, PERM, COUNT) \
i = 0 ; \
.rept (COUNT) ; \
.quad (START) + (i << PMD_SHIFT) + (PERM) ; \
i = i + 1 ; \
.endr

/*
Expand Down

0 comments on commit c148ef7

Please sign in to comment.