Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361871
b: refs/heads/master
c: d3eb2c8
h: refs/heads/master
i:
  361869: c682a19
  361867: b77230b
  361863: ba3b495
  361855: e1ed650
v: v3
  • Loading branch information
Konrad Rzeszutek Wilk committed Mar 27, 2013
1 parent 9c0a1d7 commit 6f0fd9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 76fc253723add627cf28c09c79fb67e71f9e4782
refs/heads/master: d3eb2c89e7ba996e8781b22a6e7d0a895ef55630
3 changes: 1 addition & 2 deletions trunk/arch/x86/xen/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1467,8 +1467,6 @@ static void __init xen_write_cr3_init(unsigned long cr3)
__xen_write_cr3(true, cr3);

xen_mc_issue(PARAVIRT_LAZY_CPU); /* interrupts restored */

pv_mmu_ops.write_cr3 = &xen_write_cr3;
}
#endif

Expand Down Expand Up @@ -2122,6 +2120,7 @@ static void __init xen_post_allocator_init(void)
#endif

#ifdef CONFIG_X86_64
pv_mmu_ops.write_cr3 = &xen_write_cr3;
SetPagePinned(virt_to_page(level3_user_vsyscall));
#endif
xen_mark_init_mm_pinned();
Expand Down

0 comments on commit 6f0fd9c

Please sign in to comment.