Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113239
b: refs/heads/master
c: 169ad16
h: refs/heads/master
i:
  113237: f9e479d
  113235: 9f436f6
  113231: 52a3266
v: v3
  • Loading branch information
Eduardo Habkost authored and Ingo Molnar committed Jul 31, 2008
1 parent d921c02 commit f1a4828
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: cef43bf6b3afd819f7cdcba356af0e8220fb3789
refs/heads/master: 169ad16bb87c10a3f7c108bb7008ebc0270f617a
2 changes: 1 addition & 1 deletion trunk/arch/x86/xen/enlighten.c
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ static void xen_alloc_ptpage(struct mm_struct *mm, u32 pfn, unsigned level)
SetPagePinned(page);

if (!PageHighMem(page)) {
make_lowmem_page_readonly(__va(PFN_PHYS(pfn)));
make_lowmem_page_readonly(__va(PFN_PHYS((unsigned long)pfn)));
if (level == PT_PTE)
pin_pagetable_pfn(MMUEXT_PIN_L1_TABLE, pfn);
} else
Expand Down

0 comments on commit f1a4828

Please sign in to comment.