Skip to content

Commit

Permalink
KVM: SVM: move svm.h to include/asm
Browse files Browse the repository at this point in the history
svm.h will be used by core code that is independent of KVM, so I am
moving it outside the arch/x86/kvm directory.

Signed-off-by: Eduardo Habkost <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
  • Loading branch information
ehabkost authored and avikivity committed Dec 31, 2008
1 parent 13673a9 commit c2cedf7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/x86/kvm/kvm_svm.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <linux/kvm_host.h>
#include <asm/msr.h>

#include "svm.h"
#include <asm/svm.h>

static const u32 host_save_user_msrs[] = {
#ifdef CONFIG_X86_64
Expand Down

0 comments on commit c2cedf7

Please sign in to comment.