Re: wrongly marked __init/__initdata for CPU hotplug

From: Andrew Morton
Date: Wed Jan 25 2006 - 15:11:55 EST


Ashok Raj <ashok.raj@xxxxxxxxx> wrote:
>
> void __cpuinit mcheck_init(struct cpuinfo_x86 *c)
> {
> - static cpumask_t mce_cpus __initdata = CPU_MASK_NONE;
> + static cpumask_t mce_cpus = CPU_MASK_NONE;

Should that be __cpuinitdata?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/