diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2008-10-17 11:17:52 +0900 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-10-17 09:58:58 -0700 |
commit | ed50bd6096dab96e4c501d600776b75687dd2cf0 (patch) | |
tree | b1fd38c695c2c5aa1f11c0d7cdd98e8b9de56659 /arch/ia64/xen/Makefile | |
parent | 67fe8d27a8b0845d6a5237af340fe5039335bf99 (diff) | |
download | op-kernel-dev-ed50bd6096dab96e4c501d600776b75687dd2cf0.zip op-kernel-dev-ed50bd6096dab96e4c501d600776b75687dd2cf0.tar.gz |
ia64/xen: define helper functions for xen hypercalls.
introduce helper functions for xen hypercalls which
traps to hypervisor.
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 'arch/ia64/xen/Makefile')
-rw-r--r-- | arch/ia64/xen/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/ia64/xen/Makefile b/arch/ia64/xen/Makefile new file mode 100644 index 0000000..c200704 --- /dev/null +++ b/arch/ia64/xen/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for Xen components +# + +obj-y := hypercall.o |