Q. on marking __initdata

Dunlap, Randy (randy.dunlap@intel.com)
Mon, 5 Feb 2001 12:15:01 -0800


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 needed on it for some reason (and if so, what
reason)?

Thanks,
~Randy_________________________________________

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/