On Thu, 12 Jun 2014, Tejun Heo wrote:> +#define __raw_get_cpu_var(var) (*raw_cpu_ptr(&(var)))> +#define __get_cpu_var(var) (*this_cpu_ptr(&(var)))At the conclusion of the current &get_cpu_var patchset these twodefinitions are scheduled to be removed.Otherwise this looks good.