]> xenbits.xensource.com Git - legacy/linux-2.6.18-xen.git/commit
[IA64] Minor fix of xcom_hcall.c for pv-on-hvm.
authorAlex Williamson <alex.williamson@hp.com>
Wed, 12 Sep 2007 15:38:50 +0000 (09:38 -0600)
committerAlex Williamson <alex.williamson@hp.com>
Wed, 12 Sep 2007 15:38:50 +0000 (09:38 -0600)
commit98438bca454bec2d75ef5bfbb5df9ca5e93ea239
tree2e0e6bc4a05c9aa364885dc72ca504ed6a9dfccf
parenta52f14d584031a54f6a7c0fc4a069a183cab81e6
[IA64] Minor fix of xcom_hcall.c for pv-on-hvm.

- compilation fix.
  hypercall.h shouldn't be included directly. intead include hypervisor.h
- In RHEL4U4, insmod xen-platform-pci.ko failed with these patches.
  xen_platform_pci: Unknown symbol xencomm_arch_hypercall_suspend
  comment out xencomm_hypercall_suspend() because suspend hypercall isn't
  necessary for VTi domain.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
arch/ia64/xen/xcom_hcall.c