Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307860
b: refs/heads/master
c: ae75954
h: refs/heads/master
v: v3
  • Loading branch information
Josh Triplett authored and Marcelo Tosatti committed Apr 16, 2012
1 parent f39f21a commit ec58729
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9de6fe91afcdc38efe398a9d42014a7c920a64db
refs/heads/master: ae75954457eee0a608072368c5b477e40f378d7b
7 changes: 7 additions & 0 deletions trunk/arch/x86/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "x86.h"

#include <linux/module.h>
#include <linux/mod_devicetable.h>
#include <linux/kernel.h>
#include <linux/vmalloc.h>
#include <linux/highmem.h>
Expand All @@ -42,6 +43,12 @@
MODULE_AUTHOR("Qumranet");
MODULE_LICENSE("GPL");

static const struct x86_cpu_id svm_cpu_id[] = {
X86_FEATURE_MATCH(X86_FEATURE_SVM),
{}
};
MODULE_DEVICE_TABLE(x86cpu, svm_cpu_id);

#define IOPM_ALLOC_ORDER 2
#define MSRPM_ALLOC_ORDER 1

Expand Down

0 comments on commit ec58729

Please sign in to comment.