]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdb548adb6619b9a9f4df36301ff800a8efc7f61b
treec904acfa6b7670e37c8ebd329b3a2dcf71305dfd
parent947930fb2383144755e5e98aa14ad869b1190aef
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]