From: Isaku Yamahata Date: Fri, 27 Mar 2009 06:10:33 +0000 (+0900) Subject: ia64/xen: fix the link error. X-Git-Tag: v2.6.30-rc1~411^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b46a0b08b8bdf6467cd2b49f520e100c72885302;p=pandora-kernel.git 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 Signed-off-by: Tony Luck --- Reading git-diff-tree failed