git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27de22d
)
lguest: restrict CPUID to avoid perf counter wrmsr
author
Rusty Russell
<rusty@rustcorp.com.au>
Sat, 18 Jul 2009 03:47:44 +0000
(21:47 -0600)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 17 Jul 2009 12:17:45 +0000
(21:47 +0930)
Avoid the following:
[ 0.012093] WARNING: at arch/x86/kernel/apic/apic.c:249 native_apic_write_dummy+0x2f/0x40()
Rather than chase each new cpuid-detected feature, just lie about the highest
valid CPUID so this code is never run.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found