Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65188
b: refs/heads/master
c: df912ea
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Linus Torvalds committed Sep 26, 2007
1 parent f7fcd4d commit 7419783
Show file tree
Hide file tree
Showing 2 changed files with 5 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: e66485d747505e9d960b864fc6c37f8b2afafaf0
refs/heads/master: df912ea4ae7233d1504fbd861ee127bd7ee5781d
5 changes: 4 additions & 1 deletion trunk/arch/i386/xen/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,9 @@ void xen_exit_mmap(struct mm_struct *mm)
put_cpu();

spin_lock(&mm->page_table_lock);
xen_pgd_unpin(mm->pgd);

/* pgd may not be pinned in the error exit path of execve */
if (PagePinned(virt_to_page(mm->pgd)))
xen_pgd_unpin(mm->pgd);
spin_unlock(&mm->page_table_lock);
}

0 comments on commit 7419783

Please sign in to comment.