Re: [PATCH 07/16] x86: Remove custom apic->cpu_to_logical_apicid()implementations
From: Thomas Gleixner
Date: Thu Dec 09 2010 - 16:28:46 EST
On Sat, 27 Nov 2010, Tejun Heo wrote:
> After the previous patch, apic->cpu_to_logical_apicid() is no longer
> used. The callback will be repurposed. Remove all the custom
That's a very bad idea. You remove the callbacks from the esoteric
platforms, but you keep the other implementation in the tree.
It's not longer used now, so remove all incarnations and get rid of
all those useless = NULL initializations at the same time. Then
implement a new callback with a different name.
It's slightly more work and code churn, but it makes the change
entirely clear. It'd be also nice to annotate in the function name
that this is 32bit only or even make it 32bit dependent if it's not
too much ifdeffery
Thanks,
tglx
--
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/