Revert previous commit. Pre-Nehemiah C3 CPUs do have 3DNow!; it doesn't
show up in dmesg because identcpu.c only looks for it on Intel and AMD processors.
This commit is contained in:
parent
4b151a7c44
commit
4225ef0c86
@ -133,7 +133,7 @@ MACHINE_CPU = mmx k6 k5 i586 i486 i386
|
||||
. elif ${CPUTYPE} == "k5"
|
||||
MACHINE_CPU = k5 i586 i486 i386
|
||||
. elif ${CPUTYPE} == "c3"
|
||||
MACHINE_CPU = mmx i586 i486 i386
|
||||
MACHINE_CPU = 3dnow mmx i586 i486 i386
|
||||
. elif ${CPUTYPE} == "c3-2"
|
||||
MACHINE_CPU = sse mmx i586 i486 i386
|
||||
. elif ${CPUTYPE} == "pentium4" || ${CPUTYPE} == "pentium4m" || ${CPUTYPE} == "pentium-m"
|
||||
|
Loading…
Reference in New Issue
Block a user