Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263627
b: refs/heads/master
c: d198d49
h: refs/heads/master
i:
  263625: edefe7f
  263623: 63a355c
v: v3
  • Loading branch information
Igor Mammedov authored and Konrad Rzeszutek Wilk committed Sep 1, 2011
1 parent 712507a commit c8b27cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: d312ae878b6aed3912e1acaaf5d0b2a9d08a4f11
refs/heads/master: d198d499148a0c64a41b3aba9e7dd43772832b91
8 changes: 5 additions & 3 deletions trunk/arch/x86/xen/xen-asm_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,13 @@ xen_iret_start_crit:

/*
* If there's something pending, mask events again so we can
* jump back into xen_hypervisor_callback
* jump back into xen_hypervisor_callback. Otherwise do not
* touch XEN_vcpu_info_mask.
*/
sete XEN_vcpu_info_mask(%eax)
jne 1f
movb $1, XEN_vcpu_info_mask(%eax)

popl %eax
1: popl %eax

/*
* From this point on the registers are restored and the stack
Expand Down

0 comments on commit c8b27cf

Please sign in to comment.