Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sections: fix section conflicts in arch/ia64

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: "Luck, Tony" <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Andi Kleen and committed by
Linus Torvalds
dd47a8bd 1058ce20

+2 -2
+1 -1
arch/ia64/xen/irq_xen.c
··· 433 433 (void)resend_irq_on_evtchn(vector); 434 434 } 435 435 436 - const struct pv_irq_ops xen_irq_ops __initdata = { 436 + const struct pv_irq_ops xen_irq_ops __initconst = { 437 437 .register_ipi = xen_register_ipi, 438 438 439 439 .assign_irq_vector = xen_assign_irq_vector,
+1 -1
arch/ia64/xen/irq_xen.h
··· 27 27 extern char xen_event_callback; 28 28 void __init xen_init_IRQ(void); 29 29 30 - extern const struct pv_irq_ops xen_irq_ops __initdata; 30 + extern const struct pv_irq_ops xen_irq_ops __initconst; 31 31 extern void xen_smp_intr_init(void); 32 32 extern void xen_send_ipi(int cpu, int vec); 33 33