diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2008-10-17 04:17:52 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-10-17 18:58:58 +0200 |
commit | ed50bd6096dab96e4c501d600776b75687dd2cf0 (patch) | |
tree | b1fd38c695c2c5aa1f11c0d7cdd98e8b9de56659 /arch/ia64/xen/Makefile | |
parent | ia64/xen: define helper functions for xen related address conversion. (diff) | |
download | linux-ed50bd6096dab96e4c501d600776b75687dd2cf0.tar.xz linux-ed50bd6096dab96e4c501d600776b75687dd2cf0.zip |
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 000000000000..c200704e2333 --- /dev/null +++ b/arch/ia64/xen/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for Xen components +# + +obj-y := hypercall.o |