Re: wrongly marked __init/__initdata for CPU hotplug

From: Ashok Raj
Date: Wed Jan 25 2006 - 16:47:12 EST


On Wed, Jan 25, 2006 at 12:13:17PM -0800, Andrew Morton wrote:
> 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?

Yes.. i sent an updated one to Andrew, but missed replying to group.

--
Cheers,
Ashok Raj
- Open Source Technology Center
-
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/