Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257219
b: refs/heads/master
c: 2597085
h: refs/heads/master
i:
  257217: d37d782
  257215: 7eaf2a9
v: v3
  • Loading branch information
Naga Chumbalkar authored and H. Peter Anvin committed Jul 12, 2011
1 parent 445ec4d commit a420adb
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: 7fece83235a59b15d75d6c8ef2225c24abd4505b
refs/heads/master: 25970852280c9d5fb2de899769880d3e97332baa
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apic/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ void enable_x2apic(void)
rdmsr(MSR_IA32_APICBASE, msr, msr2);
if (!(msr & X2APIC_ENABLE)) {
printk_once(KERN_INFO "Enabling x2apic\n");
wrmsr(MSR_IA32_APICBASE, msr | X2APIC_ENABLE, 0);
wrmsr(MSR_IA32_APICBASE, msr | X2APIC_ENABLE, msr2);
}
}
#endif /* CONFIG_X86_X2APIC */
Expand Down

0 comments on commit a420adb

Please sign in to comment.