Commit fc289724 authored by unknown's avatar unknown

check-cpu:

  Add XEON detection (fix)


BUILD/check-cpu:
  Add XEON detection (fix)
parent 9d04ab0e
...@@ -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