瀏覽代碼

clocksource: Replace __this_cpu_ptr with raw_cpu_ptr

One newly introduced __this_cpu_ptr should be raw_cpu_ptr.

Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Christoph Lameter 11 年之前
父節點
當前提交
77422a8fee
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/clocksource/qcom-timer.c

+ 1 - 1
drivers/clocksource/qcom-timer.c

@@ -219,7 +219,7 @@ static void __init msm_timer_init(u32 dgt_hz, int sched_bits, int irq,
 		}
 		}
 
 
 		/* Immediately configure the timer on the boot CPU */
 		/* Immediately configure the timer on the boot CPU */
-		msm_local_timer_setup(__this_cpu_ptr(msm_evt));
+		msm_local_timer_setup(raw_cpu_ptr(msm_evt));
 	}
 	}
 
 
 err:
 err: