Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19393 - No support for newest Athlon SSE in gentoo-sources
Summary: No support for newest Athlon SSE in gentoo-sources
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: Jay Pfeifer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-15 20:09 UTC by nicolasm
Modified: 2003-05-03 16:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Setup.c patched for Athlon XP detection (setup.c,81.07 KB, text/plain)
2003-04-15 20:10 UTC, nicolasm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nicolasm 2003-04-15 20:09:13 UTC
SSE needs to be enabled on Athlon-XP / MP. Kernel 2.4.20 doesn't do this for the
newest kernels, only the earlier versions. This causes problems with mplayer,
which wrongly assumes SSE is present even when it's not, and therefore crashes.
Enabling it & also compiling for athlon-xp in make.conf might gain some speed,
also. 

Reproducible: Always
Steps to Reproduce:
1. 
2.
3.
Comment 1 nicolasm 2003-04-15 20:10:58 UTC
Created attachment 10710 [details]
Setup.c patched for Athlon XP detection

Included is file /usr/src/linux-2.4.20-gentoo-r3/arch/i386/kernel/setup.c
patched to recognize latest Athlon-XP core. It's a mere 2 line change, quite
trivial.
Comment 2 Jay Pfeifer (RETIRED) gentoo-dev 2003-05-03 16:21:51 UTC
added to pfeifer-sources-2.4.20_pre9 which is due out soon. sorry i didn't put it in pre8... my oversight.

Thanks,

Jay