xen: portability clean up and some minor clean up for xencomm.c
authorIsaku Yamahata <yamahata@valinux.co.jp>
Wed, 15 Oct 2008 00:50:41 +0000 (17:50 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 23 Oct 2008 19:54:36 +0000 (21:54 +0200)
commit75909fd619d15400e7c6d0fc3af09838ee8b166e
tree7482dfe1dd8bd9ef8f8a5645fb90ea5823a01889
parented6e5e507e4752c3fb1090d0601f46e7a78c860e
xen: portability clean up and some minor clean up for xencomm.c

clean up of xencomm.c. is_phys_contiguous() is arch dependent
function that depends on how virtual memory are laid out.
So split out the function into arch specific code.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: "Luck, Tony" <tony.luck@intel.com>
drivers/xen/xencomm.c