]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/lguest/boot.c
lguest: Revert 1ce70c4fac3c3954bd48c035f448793867592bc0, fix real problem.
[linux-2.6-omap-h63xx.git] / arch / x86 / lguest / boot.c
index 9c27c104d83cbe9b623639564da116e8b32637b1..a104c532ff706cb9845140421371fc208a90605b 100644 (file)
@@ -480,7 +480,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)), 0);
+                  (__pa(pmdp)&(PAGE_SIZE-1))/4, 0);
 }
 
 /* There are a couple of legacy places where the kernel sets a PTE, but we