commit | b46a0b08b8bdf6467cd2b49f520e100c72885302 | [log] [tgz] |
---|---|---|
author | Isaku Yamahata <yamahata@valinux.co.jp> | Fri Mar 27 15:10:33 2009 +0900 |
committer | Tony Luck <tony.luck@intel.com> | Fri Mar 27 11:10:39 2009 -0700 |
tree | 3efd7bb5b9d2461e99188f82bf136703e4b08d56 | |
parent | 0a7d32440294faea84c9aae4cb99239fe6ddb8ed [diff] |
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>