commit | 0f2c87695219b1129ccf93e0f58acdcdd49724b9 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Mon Mar 17 16:37:22 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 24 23:57:32 2008 +0200 |
tree | 8c0d50e19a880f10d0fc5c92666b043d0257eb2d | |
parent | dbe9e994c99ac9ac12d2b66ea42f44558f54fa52 [diff] |
xen: jump to iret fixup Use jmp rather than call for the iret fixup, so its consistent with the sysexit fixup, and it simplifies the stack (which is already complex). Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>