summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-25 00:14:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-25 00:14:16 +0000
commit1ced7f3b817a95b60c21d044817415e6791632de (patch)
tree9c3b6e5384ee95e2e490b88bd87c425e0991dcf7 /configure
parent8b5791323dd39aee0099d92aea3ead02eece953f (diff)
downloadmpv-1ced7f3b817a95b60c21d044817415e6791632de.tar.bz2
mpv-1ced7f3b817a95b60c21d044817415e6791632de.tar.xz
K6-2+ and K6-III+ detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10180 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 853bd59254..43674f26c7 100755
--- a/configure
+++ b/configure
@@ -662,8 +662,8 @@ case "$host_arch" in
3) proc=i386 iproc=386 ;;
4) proc=i486 iproc=486 ;;
5) iproc=586 # LGB: models are: K5/SSA5 K5 K5 K5 ? ? K6 K6 K6-2 K6-3
- # TODO: how to determine if model 13 is a k6-2 or a k6-3? Couldn't find anything on amd.com
- if test "$pmodel" -eq 9; then
+ # K6 model 13 are the K6-2+ and K6-III+, only differing in cache size.
+ if test "$pmodel" -eq 9 -o "$pmodel" -eq 13; then
proc=k6-3
elif test "$pmodel" -ge 8; then
proc=k6-2