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)
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>

No differences found