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)
commit2b5203ee6828e9cabab1e1fb42e53d72ab9351a6
treecc69fb09ba9f57eff97680a0bd504c3ad7d1b62d
parentfb56dbb31c4738a3918db81fd24da732ce3b4ae6
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