summaryrefslogtreecommitdiffstats
path: root/include/asm-ia64
diff options
context:
space:
mode:
authorIsaku Yamahata <yamahata@valinux.co.jp>2008-05-19 22:13:37 +0900
committerTony Luck <tony.luck@intel.com>2008-05-27 15:02:17 -0700
commit02e32e36f42f8ea7ee6060d02f2d69ad5bad6d50 (patch)
tree8bf9f8949787e2dae035d7a6c2b545cf825a63b9 /include/asm-ia64
parente92e8c68a61ae7d845c1be0a58a081e7756b0735 (diff)
downloadop-kernel-dev-02e32e36f42f8ea7ee6060d02f2d69ad5bad6d50.zip
op-kernel-dev-02e32e36f42f8ea7ee6060d02f2d69ad5bad6d50.tar.gz
[IA64] pvops: paravirtualize minstate.h.
paravirtualize minstate.h which are hand written assembly code. They include sensitive or performance critical privileged instructions. So that they are appropriate for paravirtualization. Cc: Keith Owens <kaos@ocs.com.au> Cc: Akio Takebe <takebe_akio@jp.fujitsu.com> Signed-off-by: Yaozu (Eddie) Dong <eddie.dong@intel.com> Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64')
-rw-r--r--include/asm-ia64/native/inst.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ia64/native/inst.h b/include/asm-ia64/native/inst.h
index 2a50b70..f1072ac 100644
--- a/include/asm-ia64/native/inst.h
+++ b/include/asm-ia64/native/inst.h
@@ -20,6 +20,8 @@
*
*/
+#define DO_SAVE_MIN IA64_NATIVE_DO_SAVE_MIN
+
#ifdef CONFIG_PARAVIRT_GUEST_ASM_CLOBBER_CHECK
# define PARAVIRT_POISON 0xdeadbeefbaadf00d
# define CLOBBER(clob) \
OpenPOWER on IntegriCloud