Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86332
b: refs/heads/master
c: 1ce70c4
h: refs/heads/master
v: v3
  • Loading branch information
Ahmed S. Darwish authored and Ingo Molnar committed Feb 26, 2008
1 parent 3b4f54b commit b41a51a
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: db342d216ba9e060d8c5501eefc1d0a789c9e711
refs/heads/master: 1ce70c4fac3c3954bd48c035f448793867592bc0
2 changes: 1 addition & 1 deletion trunk/arch/x86/lguest/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ static void lguest_set_pmd(pmd_t *pmdp, pmd_t pmdval)
{
*pmdp = pmdval;
lazy_hcall(LHCALL_SET_PMD, __pa(pmdp)&PAGE_MASK,
(__pa(pmdp)&(PAGE_SIZE-1))/4, 0);
(__pa(pmdp)&(PAGE_SIZE-1)), 0);
}

/* There are a couple of legacy places where the kernel sets a PTE, but we
Expand Down

0 comments on commit b41a51a

Please sign in to comment.