From: Alex,Shi Date: Thu, 20 Oct 2011 07:34:01 +0000 (+0800) Subject: KVM: use this_cpu_xxx replace percpu_xxx funcs X-Git-Tag: v3.3-rc1~131^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=086c9855019935854311b477b33498a6ea357ef6;p=pandora-kernel.git KVM: 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. And in preempt safe scenario, __this_cpu_xxx funcs has a bit better performance since __this_cpu_xxx has no redundant preempt_disable() Signed-off-by: Alex Shi Signed-off-by: Avi Kivity --- Reading git-diff-tree failed