List:Commits« Previous MessageNext Message »
From:Guilhem Bichot Date:March 9 2007 1:39pm
Subject:bk commit into 5.1 tree (guilhem:1.2475) BUG#26971
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of guilhem. When guilhem does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-03-09 14:39:24+01:00, guilhem@stripped +1 -0
  Fix for BUG#26971 "BUILD/check-cpu does not recognize Intel Core 2
  Duo T7400". Treat such CPU as Xeon. Here's /proc/cpuinfo for T7400:
  model name      : Intel(R) Core(TM)2 CPU         T7400  @ 2.16GHz

  BUILD/check-cpu@stripped, 2007-03-09 14:39:22+01:00, guilhem@stripped +3 -2
    Fix for BUG#26971 "BUILD/check-cpu does not recognize Intel Core 2
    Duo T7400". Treat such CPU as Xeon.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	guilhem
# Host:	gbichot4.local
# Root:	/home/mysql_src/mysql-5.1-maint

--- 1.21/BUILD/check-cpu	2007-01-22 16:41:08 +01:00
+++ 1.22/BUILD/check-cpu	2007-03-09 14:39:22 +01:00
@@ -64,10 +64,11 @@
       ;;
 
     # Intel ia32
-    *X[eE][oO][nN]*)
+    *Intel*Core*|*X[eE][oO][nN]*)
       # a Xeon is just another pentium4 ...
       # ... unless it has the "lm" (long-mode) flag set, 
-      # in that case it's a Xeon with EM64T support 
+      # in that case it's a Xeon with EM64T support
+      # So is Intel Core.
           if [ -z "$cpu_flag_lm" ]; then
         cpu_arg="pentium4";
           else
Thread
bk commit into 5.1 tree (guilhem:1.2475) BUG#26971Guilhem Bichot9 Mar