lkml.org 
[lkml]   [2009]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    SubjectRe: [PATCH] Remove indirect variable usage at arch/x86/kernel/tsc.c
    Date
    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


    \
     
     \ /
      Last update: 2009-05-19 20:57    [W:5.328 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site