Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247990
b: refs/heads/master
c: 89a9fb7
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kiszka authored and Avi Kivity committed May 11, 2011
1 parent c72d95b commit 0ce8467
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 887864758580c80710947c38a4692032163777df
refs/heads/master: 89a9fb78b5bd8bece353449079726556ecab41df
3 changes: 0 additions & 3 deletions trunk/arch/x86/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ struct svm_cpu_data {
};

static DEFINE_PER_CPU(struct svm_cpu_data *, svm_data);
static uint32_t svm_features;

struct svm_init_data {
int cpu;
Expand Down Expand Up @@ -802,8 +801,6 @@ static __init int svm_hardware_setup(void)
goto err;
}

svm_features = cpuid_edx(SVM_CPUID_FUNC);

if (!boot_cpu_has(X86_FEATURE_NPT))
npt_enabled = false;

Expand Down

0 comments on commit 0ce8467

Please sign in to comment.