commit | 8a3da55784cf2aea8ef6acdd1f50e5ad52f76574 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Feb 16 14:45:33 2012 +0000 |
committer | Avi Kivity <avi@redhat.com> | Sun Apr 08 12:55:12 2012 +0300 |
tree | d3a3d99a04f70eb920dd395bfb4447d956473f26 | |
parent | 8764b46ee3873b685a7823fc79388bae7d19e51e [diff] |
KVM: PPC: bookehv: remove SET_VCPU The SET_VCPU macro is a leftover from times when the vcpu struct wasn't stored in the thread on vcpu_load/put. It's not needed anymore. Remove it. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Avi Kivity <avi@redhat.com>