kernel-hacking-2024-linux-s.../arch/ia64/xen
Isaku Yamahata b46a0b08b8 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>
2009-03-27 11:10:39 -07:00
..
gate-data.S ia64/pv_ops/xen: define xen specific gate page. 2009-03-26 10:51:12 -07:00
grant-table.c ia64/xen: implement arch specific part of xen grant table. 2008-10-17 10:00:47 -07:00
hypercall.S ia64/pv_ops/bp/xen: implemented binary patchable pv_cpu_ops. 2009-03-26 11:03:14 -07:00
hypervisor.c ia64/pv_ops/xen: define xen pv_init_ops for various xen initialization. 2008-10-17 10:02:52 -07:00
irq_xen.c ia64/pv_ops/xen: implement xen pv_irq_ops. 2008-10-17 10:07:33 -07:00
irq_xen.h ia64/pv_ops/xen: implement xen pv_irq_ops. 2008-10-17 10:07:33 -07:00
Kconfig [IA64] fixes configs and add default config for ia64 xen domU 2009-02-19 11:39:06 -08:00
machvec.c ia64/xen: define xen machine vector for domU. 2008-10-17 10:08:56 -07:00
Makefile ia64/pv_ops/xen/gate.S: xen gate page paravirtualization 2009-03-26 11:01:55 -07:00
suspend.c ia64/xen: preliminary support for save/restore. 2008-10-17 10:09:25 -07:00
time.c ia64/pv_ops/xen/pv_time_ops: implement sched_clock. 2009-03-26 10:50:51 -07:00
time.h ia64/xen: preliminary support for save/restore. 2008-10-17 10:09:25 -07:00
xcom_hcall.c ia64/xen: xencomm conversion functions for hypercalls 2008-10-17 10:00:19 -07:00
xen_pv_ops.c ia64/xen: fix the link error. 2009-03-27 11:10:39 -07:00
xencomm.c ia64/xen: xencomm conversion functions for hypercalls 2008-10-17 10:00:19 -07:00
xenivt.S ia64/pv_ops/xen: paravirtualize ivt.S for xen. 2008-10-17 10:05:08 -07:00
xensetup.S ia64/pv_ops/xen: elf note based xen startup. 2008-10-17 10:02:21 -07:00