commit | 77422a8fee1b96d2420a8a254f784bab8644ac41 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Sun Aug 17 12:30:55 2014 -0500 |
committer | Tejun Heo <tj@kernel.org> | Tue Aug 26 13:45:56 2014 -0400 |
tree | 2f558615506f696a95f0de8bac8ecdb75f849ffd | |
parent | 494fc42170bf0747ac28e12ef13a7d388d5ff2c7 [diff] |
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>