Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136703
b: refs/heads/master
c: 664c795
h: refs/heads/master
i:
  136701: 52637f6
  136699: 2c232a8
  136695: ffe6017
  136687: aa38a2f
  136671: 74e4fd1
  136639: d46a381
  136575: 3200d94
  136447: bca31b9
  136191: f749f04
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and H. Peter Anvin committed Feb 2, 2009
1 parent e48769e commit 6080cf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: e584f559c7b8711cccdf319400acd6294b2c074e
refs/heads/master: 664c7954721adfc9bd61de6ec78f89f482f1a802
9 changes: 5 additions & 4 deletions trunk/arch/x86/kernel/vmi_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,10 +670,11 @@ static inline int __init activate_vmi(void)
para_fill(pv_mmu_ops.write_cr2, SetCR2);
para_fill(pv_mmu_ops.write_cr3, SetCR3);
para_fill(pv_cpu_ops.write_cr4, SetCR4);
para_fill(pv_irq_ops.save_fl, GetInterruptMask);
para_fill(pv_irq_ops.restore_fl, SetInterruptMask);
para_fill(pv_irq_ops.irq_disable, DisableInterrupts);
para_fill(pv_irq_ops.irq_enable, EnableInterrupts);

para_fill(pv_irq_ops.save_fl.func, GetInterruptMask);
para_fill(pv_irq_ops.restore_fl.func, SetInterruptMask);
para_fill(pv_irq_ops.irq_disable.func, DisableInterrupts);
para_fill(pv_irq_ops.irq_enable.func, EnableInterrupts);

para_fill(pv_cpu_ops.wbinvd, WBINVD);
para_fill(pv_cpu_ops.read_tsc, RDTSC);
Expand Down

0 comments on commit 6080cf0

Please sign in to comment.