aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/native/inst.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ia64/native/inst.h')
-rw-r--r--include/asm-ia64/native/inst.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-ia64/native/inst.h b/include/asm-ia64/native/inst.h
index f1072ace0cfa..c953a2ca4fce 100644
--- a/include/asm-ia64/native/inst.h
+++ b/include/asm-ia64/native/inst.h
@@ -22,6 +22,14 @@
22 22
23#define DO_SAVE_MIN IA64_NATIVE_DO_SAVE_MIN 23#define DO_SAVE_MIN IA64_NATIVE_DO_SAVE_MIN
24 24
25#define __paravirt_switch_to ia64_native_switch_to
26#define __paravirt_leave_syscall ia64_native_leave_syscall
27#define __paravirt_work_processed_syscall ia64_native_work_processed_syscall
28#define __paravirt_leave_kernel ia64_native_leave_kernel
29#define __paravirt_pending_syscall_end ia64_work_pending_syscall_end
30#define __paravirt_work_processed_syscall_target \
31 ia64_work_processed_syscall
32
25#ifdef CONFIG_PARAVIRT_GUEST_ASM_CLOBBER_CHECK 33#ifdef CONFIG_PARAVIRT_GUEST_ASM_CLOBBER_CHECK
26# define PARAVIRT_POISON 0xdeadbeefbaadf00d 34# define PARAVIRT_POISON 0xdeadbeefbaadf00d
27# define CLOBBER(clob) \ 35# define CLOBBER(clob) \