Re: [PATCH] Remove indirect variable usage at arch/x86/kernel/tsc.c

From: Subrata Modak
Date: Wed May 20 2009 - 02:11:11 EST


On Tue, 2009-05-19 at 20:53 +0200, Frans Pop wrote:
> Subrata Modak wrote:
> > 640 if (!(freq->flags & CPUFREQ_CONST_LOOPS))
> > 641 #ifdef CONFIG_SMP
> > 642 lpj = &cpu_data(freq->cpu).loops_per_jiffy;
> > 643 #else
> > 644 lpj = &boot_cpu_data.loops_per_jiffy;
> > 645 #endif
>
> No comments on your patch, but it might be good to also fix the incorrect
> indentation here: line 644 needs an extra tab.

Sure, i will do that in the updated patch.

Regards--
Subrata

>
> Cheers,
> FJP

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