commit | 086c9855019935854311b477b33498a6ea357ef6 | [log] [tgz] |
---|---|---|
author | Alex,Shi <alex.shi@intel.com> | Thu Oct 20 15:34:01 2011 +0800 |
committer | Avi Kivity <avi@redhat.com> | Tue Dec 27 11:22:13 2011 +0200 |
tree | dd08778f0d85bb2ec8198a8d2704b09555c64e0d | |
parent | e37fa7853c276403da2fea8792c579e8bfd75042 [diff] |
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 <alex.shi@intel.com> Signed-off-by: Avi Kivity <avi@redhat.com>