Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 14010 Details for
Bug 23683
pfeifer-sources 2.4.20.1_pre11 GPFs when Enabling unmasked SIMD FPU exception gpf: 0000
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
simdfix.diff
simdfix.diff (text/plain), 854 bytes, created by
Jay Pfeifer (RETIRED)
on 2003-06-29 10:59:43 UTC
(
hide
)
Description:
simdfix.diff
Filename:
MIME Type:
Creator:
Jay Pfeifer (RETIRED)
Created:
2003-06-29 10:59:43 UTC
Size:
854 bytes
patch
obsolete
>diff -Naupr linux-2.4.20-pfeifer-r1_pre11/arch/i386/kernel/setup.c linux-2.4.20-gentoo-r5/arch/i386/kernel/setup.c >--- linux-2.4.20-pfeifer-r1_pre11/arch/i386/kernel/setup.c 2003-06-29 12:48:49.000000000 -0500 >+++ linux-2.4.20-gentoo-r5/arch/i386/kernel/setup.c 2003-06-29 12:50:44.000000000 -0500 >@@ -1426,11 +1426,11 @@ static int __init init_amd(struct cpuinf > case 6: /* An Athlon/Duron */ > > /* Bit 15 of Athlon specific MSR 15, needs to be 0 >- * to enable SSE on Palomino/Morgan/Thoroughbred CPU's. >+ * to enable SSE on Palomino/Morgan/Thoroughbred/Barton CPU's. > * If the BIOS didn't enable it already, enable it > * here. > */ >- if (c->x86_model >= 6 || c->x86_model <= 8) { >+ if (c->x86_model >= 6 && c->x86_model <= 10) { > if (!test_bit(X86_FEATURE_XMM, > &c->x86_capability)) { > printk(KERN_INFO
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23683
:
14003
|
14004
| 14010