Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174427
b: refs/heads/master
c: 6aaf5d6
h: refs/heads/master
i:
  174425: 55a85a0
  174423: 6376974
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Dec 3, 2009
1 parent 416fd2d commit f438f3e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 922cc38ab71d1360978e65207e4a4f4988987127
refs/heads/master: 6aaf5d633bb6cead81b396d861d7bae4b9a0ba7e
4 changes: 2 additions & 2 deletions trunk/arch/x86/xen/xen-asm_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ENTRY(xen_sysret32)
pushq $__USER32_CS
pushq %rcx

pushq $VGCF_in_syscall
pushq $0
1: jmp hypercall_iret
ENDPATCH(xen_sysret32)
RELOC(xen_sysret32, 1b+1)
Expand Down Expand Up @@ -151,7 +151,7 @@ ENTRY(xen_syscall32_target)
ENTRY(xen_sysenter_target)
lea 16(%rsp), %rsp /* strip %rcx, %r11 */
mov $-ENOSYS, %rax
pushq $VGCF_in_syscall
pushq $0
jmp hypercall_iret
ENDPROC(xen_syscall32_target)
ENDPROC(xen_sysenter_target)
Expand Down

0 comments on commit f438f3e

Please sign in to comment.