Re: [PATCH] arm: ls1021a: setup hrtimer based tick broadcast

2014-12-05 Thread Preeti U Murthy
On 12/05/2014 03:57 PM, Mark Rutland wrote: > Hi, > > On Fri, Dec 05, 2014 at 09:07:29AM +, Jingchang Lu wrote: >> This adds setup of hrtimer based tick broadcast to utilize >> the hrtimer in SMP without other broadcast tick devices. >> >> Signed-off-by: Jingchang Lu > > This shouldn't live

Re: [PATCH] arm: ls1021a: setup hrtimer based tick broadcast

2014-12-05 Thread Mark Rutland
Hi, On Fri, Dec 05, 2014 at 09:07:29AM +, Jingchang Lu wrote: > This adds setup of hrtimer based tick broadcast to utilize > the hrtimer in SMP without other broadcast tick devices. > > Signed-off-by: Jingchang Lu This shouldn't live in board code. Similarly to what happens with the generi

[PATCH] arm: ls1021a: setup hrtimer based tick broadcast

2014-12-05 Thread Jingchang Lu
This adds setup of hrtimer based tick broadcast to utilize the hrtimer in SMP without other broadcast tick devices. Signed-off-by: Jingchang Lu --- arch/arm/mach-imx/mach-ls1021a.c | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/mach-imx/mach-ls1021a.c b/arch/arm/mach-