Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45133
b: refs/heads/master
c: 1e88546
h: refs/heads/master
i:
  45131: 856796f
v: v3
  • Loading branch information
Avi Kivity authored and Linus Torvalds committed Dec 30, 2006
1 parent be3d212 commit dfd177c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2b7a52a459cb09864b736265bee1af5cef42af66
refs/heads/master: 1e885461f02259d75e7480a70d291d2d8aaa938e
2 changes: 1 addition & 1 deletion trunk/drivers/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ static int has_svm(void)
{
uint32_t eax, ebx, ecx, edx;

if (current_cpu_data.x86_vendor != X86_VENDOR_AMD) {
if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD) {
printk(KERN_INFO "has_svm: not amd\n");
return 0;
}
Expand Down

0 comments on commit dfd177c

Please sign in to comment.