Re: [PATCHv6 03/11] ARM: smp: Remove duplicate dummy timer implementation

2013-05-20 Thread Stephen Boyd
On 05/13/13 12:26, Stephen Boyd wrote: > Drop ARM's version of the dummy timer now that we have a generic > implementation in drivers/clocksource. > > Cc: Russell King > Signed-off-by: Stephen Boyd Russell, can you please ack this patch and patch #11? > --- > arch/arm/kernel/smp.c | 22 ++-

[PATCHv6 03/11] ARM: smp: Remove duplicate dummy timer implementation

2013-05-13 Thread Stephen Boyd
Drop ARM's version of the dummy timer now that we have a generic implementation in drivers/clocksource. Cc: Russell King Signed-off-by: Stephen Boyd --- arch/arm/kernel/smp.c | 22 ++ 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/arch/arm/kernel/smp.c b/arch