diff configure @ 18552:2d996eb065d4

On old WinChips Linux kernel use this to emulate MTRR, patch by Zuxy Meng < zuxy P meng A gmail P com>
author poirierg
date Wed, 31 May 2006 23:37:29 +0000
parents 8e92dd0ff93a
children b7746166426c
line wrap: on
line diff
--- a/configure	Tue May 30 23:08:28 2006 +0000
+++ b/configure	Wed May 31 23:37:29 2006 +0000
@@ -842,7 +842,7 @@
 
   exts=`$_cpuinfo | egrep 'features|flags' | cut -d ':' -f 2 | _head 1`
 
-  pparam=`echo $exts | sed -e s/k6_mtrr/mtrr/ -e s/cyrix_arr/mtrr/ \
+  pparam=`echo $exts | sed -e s/k6_mtrr/mtrr/ -e s/cyrix_arr/mtrr/ -e s/centaur_mcr/mtrr/ \
                            -e s/xmm/sse/ -e s/kni/sse/`
 
   for ext in $pparam ; do