Commit b411128f authored by unknown's avatar unknown
Browse files

After review fixes to check-cpu


BUILD/check-cpu:
  Remove the exit 0 from check-cpu
parent 67a7bc2d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -19,8 +19,6 @@ if test -r /proc/cpuinfo ; then
  if test -z "$model_name" ; then
    model_name=`uname -m`
  fi
else
  exit 0
fi

case "$cpu_family--$model_name" in