Re: make smp_prepare_cpu to a weak function

From: Arjan van de Ven
Date: Thu May 05 2005 - 19:41:51 EST


On Thu, 2005-05-05 at 17:07 -0700, Ashok Raj wrote:
> +int __attribute__((weak)) smp_prepare_cpu (int cpu)
> +{
> + return 0;
> +}


ehhh what does this attribute mean here?????


-
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/