diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2008-10-17 11:17:53 +0900 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2008-10-17 09:59:40 -0700 |
commit | 11d437789d0f35fa2e2ebcb4a983b29587bdfdc5 (patch) | |
tree | ecf326dd5ea4db33d33bb1a2f8d4a670b9ab1454 /arch/ia64/xen/Makefile | |
parent | ed50bd6096dab96e4c501d600776b75687dd2cf0 (diff) |
ia64/xen: implement the arch specific part of xencomm.
On ia64/xen, pointer argument for the hypercall is passed
by pseudo physical address (guest physical address.)
So it is necessary to convert virtual address into pseudo physical
address right before issuing hypercall. The frame work is called
xencomm. This patch implements arch specific part.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Cc: Akio Takebe <takebe_akio@jp.fujitsu.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/xen/Makefile')
-rw-r--r-- | arch/ia64/xen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/xen/Makefile b/arch/ia64/xen/Makefile index c200704e233..ad0c9f7ddff 100644 --- a/arch/ia64/xen/Makefile +++ b/arch/ia64/xen/Makefile @@ -2,4 +2,4 @@ # Makefile for Xen components # -obj-y := hypercall.o +obj-y := hypercall.o xencomm.o |