[RFC PATCH 1/5] ARM: remove useless guard in smp.c
Mark Rutland
mark.rutland at arm.com
Wed Dec 19 04:40:19 EST 2012
On Tue, Dec 18, 2012 at 06:47:09PM +0000, Stephen Boyd wrote:
> On 12/18/12 04:06, Mark Rutland wrote:
> > Currently we only provide an implementation of smp_timer_broadcast in
> > smp.c if GENERIC_CLOCKEVENTS_BROADCAST is selected. As
> > smp_timer_broadcast is only used in smp.c, smp.c depends on SMP, and
> > GENERIC_CLOCKEVENTS_BROADCAST is selected by SMP, this is unnecessary.
>
> You might want to add that GENERIC_CLOCKEVENTS_BROADCAST depends on
> GENERIC_CLOCKEVENTS and SMP depends on GENERIC_CLOCKEVENTS too.
Will do.
> > This patch removes the redundant guard.
> >
> > Signed-off-by: Mark Rutland <mark.rutland at arm.com>
>
> Reviewed-by: Stephen Boyd <sboyd at codeaurora.org>
Thanks!
Mark.
More information about the linux-arm-kernel
mailing list