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

From: Frans Pop
Date: Tue May 19 2009 - 14:54:17 EST


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.

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/