Merge branch 'akpm' (patches from Andrew)
[linux-2.6-microblaze.git] / tools / debugging / kernel-chktaint
index 2240cb5..607b2b2 100755 (executable)
@@ -72,7 +72,7 @@ if [ `expr $T % 2` -eq 0 ]; then
        addout " "
 else
        addout "S"
-       echo " * SMP kernel oops on an officially SMP incapable processor (#2)"
+       echo " * kernel running on an out of specification system (#2)"
 fi
 
 T=`expr $T / 2`