check-cpu:

  Add XEON detection (fix)
parent 0c8d6418
...@@ -59,7 +59,7 @@ case "$cpu_family--$model_name" in ...@@ -59,7 +59,7 @@ case "$cpu_family--$model_name" in
;; ;;
# Intel ia32 # Intel ia32
*Xeon*) *X[eE][oO][nN]*)
# a Xeon is just another pentium4 ... # a Xeon is just another pentium4 ...
# ... unless it has the "lm" (long-mode) flag set, # ... 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment