commit | f566e09fc2c9f4164e1f0017c8c1c7a18bad7d72 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Sun Sep 30 11:02:53 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:52:49 2008 +0200 |
tree | 54ceab38b9426c02b1cf5bb4138eb5426cc9650f | |
parent | eae5ecb5b9043812968fae7ad9d74bf5e7a50245 [diff] |
KVM: VMX: Simplify vcpu_clear() Now that smp_call_function_single() knows how to call a function on the current cpu, there's no need to check explicitly. Signed-off-by: Avi Kivity <avi@qumranet.com>