diff options
Diffstat (limited to 'arch/ia64/include')
-rw-r--r-- | arch/ia64/include/asm/xen/inst.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/ia64/include/asm/xen/inst.h b/arch/ia64/include/asm/xen/inst.h index e6a25c34c7a8..19c2ae1d878a 100644 --- a/arch/ia64/include/asm/xen/inst.h +++ b/arch/ia64/include/asm/xen/inst.h | |||
@@ -25,6 +25,14 @@ | |||
25 | #define ia64_ivt xen_ivt | 25 | #define ia64_ivt xen_ivt |
26 | #define DO_SAVE_MIN XEN_DO_SAVE_MIN | 26 | #define DO_SAVE_MIN XEN_DO_SAVE_MIN |
27 | 27 | ||
28 | #define __paravirt_switch_to xen_switch_to | ||
29 | #define __paravirt_leave_syscall xen_leave_syscall | ||
30 | #define __paravirt_work_processed_syscall xen_work_processed_syscall | ||
31 | #define __paravirt_leave_kernel xen_leave_kernel | ||
32 | #define __paravirt_pending_syscall_end xen_work_pending_syscall_end | ||
33 | #define __paravirt_work_processed_syscall_target \ | ||
34 | xen_work_processed_syscall | ||
35 | |||
28 | #define MOV_FROM_IFA(reg) \ | 36 | #define MOV_FROM_IFA(reg) \ |
29 | movl reg = XSI_IFA; \ | 37 | movl reg = XSI_IFA; \ |
30 | ;; \ | 38 | ;; \ |