]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: SVM: Remove KVM specific defines for MSR_EFER
authorCarlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
Sat, 1 Dec 2007 12:17:11 +0000 (06:17 -0600)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:53:16 +0000 (17:53 +0200)
commitd7522ee40aef57ca9170a7fe9217c02431ea4b48
treecc69fb09ba9f57eff97680a0bd504c3ad7d1b62d
parent80e2d5eb11136e2ac0f26136f05bb495e5fdf6fa
KVM: SVM: Remove KVM specific defines for MSR_EFER

This patch removes the KVM specific defines for MSR_EFER that were being used
in the svm support file and migrates all references to use instead the ones
from the kernel headers that are used everywhere else and that have the same
values.

Signed-off-by: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/svm.c