Loading arch/x86/lib/delay.c +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ inline void __const_udelay(unsigned long xloops) asm("mull %%edx" :"=d" (xloops), "=&a" (d0) :"1" (xloops), "0" (cpu_data(raw_smp_processor_id()).loops_per_jiffy * (HZ/4))); (this_cpu_read(cpu_info.loops_per_jiffy) * (HZ/4))); __delay(++xloops); } Loading Loading
arch/x86/lib/delay.c +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ inline void __const_udelay(unsigned long xloops) asm("mull %%edx" :"=d" (xloops), "=&a" (d0) :"1" (xloops), "0" (cpu_data(raw_smp_processor_id()).loops_per_jiffy * (HZ/4))); (this_cpu_read(cpu_info.loops_per_jiffy) * (HZ/4))); __delay(++xloops); } Loading