ia64/xen: fix the link error.
commitb46a0b08b8bdf6467cd2b49f520e100c72885302
authorIsaku Yamahata <yamahata@valinux.co.jp>
Fri, 27 Mar 2009 06:10:33 +0000 (27 15:10 +0900)
committerTony Luck <tony.luck@intel.com>
Fri, 27 Mar 2009 18:10:39 +0000 (27 11:10 -0700)
tree3efd7bb5b9d2461e99188f82bf136703e4b08d56
parent0a7d32440294faea84c9aae4cb99239fe6ddb8ed
ia64/xen: fix the link error.

This patch fixes the following link error with xen_domu_defconfig.
Depending on compiler version, it doesn't link as follows.
So remove const and use __initdata for xen_iosapic_ops.

> arch/ia64/xen/xen_pv_ops.c:878: error: xen_iosapic_ops causes a section type conflict

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/xen/xen_pv_ops.c