commit | 2b5203ee6828e9cabab1e1fb42e53d72ab9351a6 | [log] [tgz] |
---|---|---|
author | Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe> | Sat Dec 01 06:17:11 2007 -0600 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:53:16 2008 +0200 |
tree | cc69fb09ba9f57eff97680a0bd504c3ad7d1b62d | |
parent | fb56dbb31c4738a3918db81fd24da732ce3b4ae6 [diff] |
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>