Re: Q. on marking __initdata

2001-02-05 Thread Tigran Aivazian
and, while you are at it, you should (probably) also mark pin_2_irq() and IO_APIC_get_PCI_irq_vector() functions as __init as well, for exactly the same reason as what you noticed. Regards, Tigran On Mon, 5 Feb 2001, Dunlap, Randy wrote: > Hi, > > Just a question (not a patch proposal): > >

Q. on marking __initdata

2001-02-05 Thread Dunlap, Randy
Hi, Just a question (not a patch proposal): Could +/* # of MP IRQ source entries */ +struct mpc_config_intsrc mp_irqs[MAX_IRQ_SOURCES]; in arch/i386/kernel/mpparse.c (in 2.4.1-ac3; or in arch/i386/kernel/io_apic.c in 2.4.1) be marked as __initdata ? If not, why not? Or is __initdata not

Q. on marking __initdata

2001-02-05 Thread Dunlap, Randy
Hi, Just a question (not a patch proposal): Could +/* # of MP IRQ source entries */ +struct mpc_config_intsrc mp_irqs[MAX_IRQ_SOURCES]; in arch/i386/kernel/mpparse.c (in 2.4.1-ac3; or in arch/i386/kernel/io_apic.c in 2.4.1) be marked as __initdata ? If not, why not? Or is __initdata not