]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: Consolidate load/save temporary buffer allocation and freeing
authorAvi Kivity <avi@redhat.com>
Sun, 20 Jun 2010 12:54:43 +0000 (15:54 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 07:46:57 +0000 (10:46 +0300)
commitedef25c4fc3b0a63b4b2b4306d6ad02fba2ff7d2
tree4748e076b42e4aacdd4ad6cc9d5741d384bf826b
parent3c0a8673a14897072586ef2f6e078ac6bdb08bec
KVM: Consolidate load/save temporary buffer allocation and freeing

Instead of three temporary variables and three free calls, have one temporary
variable (with four names) and one free call.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/x86.c