Re: [PATCH 5/6]physical CPU hot add

From: Zwane Mwaikambo
Date: Tue Apr 12 2005 - 07:24:06 EST


On Tue, 12 Apr 2005, Li Shaohua wrote:

> #ifdef CONFIG_HOTPLUG_CPU
> +int __attribute__ ((weak)) smp_prepare_cpu(int cpu)
> +{
> + return 0;
> +}
> +

Any way for you to avoid using weak attribute?

Thanks,
Zwane
-
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/