]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
KVM: Remove unnecessary ->decache_regs() call
authorAvi Kivity <avi@qumranet.com>
Sun, 25 May 2008 11:38:15 +0000 (14:38 +0300)
committerAvi Kivity <avi@qumranet.com>
Sun, 20 Jul 2008 09:42:25 +0000 (12:42 +0300)
commit50d40d7fb9b09e68a657c68837fcfa067b70cc42
tree9bdd7737be1170ea5443d17e2ec7f075f7200079
parent7cc8883074b040aa8c1ebd3a17463b0ea3a9ef16
KVM: Remove unnecessary ->decache_regs() call

Since we aren't modifying any register, there's no need to decache
the register state.

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