From: Alex Shi Date: Fri, 13 Jan 2012 15:53:35 +0000 (+0800) Subject: xen: use this_cpu_xxx replace percpu_xxx funcs X-Git-Tag: v3.4-rc1~132^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2113f4691663f033189bf43d7501c6d29cd685a5;p=pandora-kernel.git xen: use this_cpu_xxx replace percpu_xxx funcs percpu_xxx funcs are duplicated with this_cpu_xxx funcs, so replace them for further code clean up. I don't know much of xen code. But, since the code is in x86 architecture, the percpu_xxx is exactly same as this_cpu_xxx serials functions. So, the change is safe. Signed-off-by: Alex Shi Acked-by: Christoph Lameter Acked-by: Tejun Heo Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed