xen: import arch generic part of xencomm
authorIsaku Yamahata <yamahata@valinux.co.jp>
Wed, 2 Apr 2008 17:54:01 +0000 (10:54 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 24 Apr 2008 21:57:32 +0000 (23:57 +0200)
commitb15993fcc1bf15f717fb4414b32e4a11534dfdc4
treec904acfa6b7670e37c8ebd329b3a2dcf71305dfd
parent8d3d2106c19f4e69f208f59fe484ca113fbb48b3
xen: import arch generic part of xencomm

On xen/ia64 and xen/powerpc hypercall arguments are passed by pseudo
physical address (guest physical address) so that it's necessary to
convert from virtual address into pseudo physical address. The frame
work is called xencomm.
Import arch generic part of xencomm.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/xen/Makefile
drivers/xen/xencomm.c [new file with mode: 0644]
include/xen/interface/xencomm.h [new file with mode: 0644]
include/xen/xencomm.h [new file with mode: 0644]