Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93154
b: refs/heads/master
c: 90e9f53
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Apr 24, 2008
1 parent f2eea51 commit b615c00
Show file tree
Hide file tree
Showing 3 changed files with 7 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: 9666e9d44b83755c53615fb89c0787b6846786a1
refs/heads/master: 90e9f53662826db3cdd6d99bd394d727b05160c1
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/entry_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ restore_nocheck_notrace:
irq_return:
INTERRUPT_RETURN
.section .fixup,"ax"
iret_exc:
ENTRY(iret_exc)
pushl $0 # no error code
pushl $do_iret_error
jmp error_code
Expand Down
6 changes: 5 additions & 1 deletion trunk/arch/x86/xen/xen-asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,12 @@ iret_restore_end:
region is OK. */
je xen_hypervisor_callback

iret
1: iret
xen_iret_end_crit:
.section __ex_table,"a"
.align 4
.long 1b,iret_exc
.previous

hyper_iret:
/* put this out of line since its very rarely used */
Expand Down

0 comments on commit b615c00

Please sign in to comment.