From: Christopher Covington <cov@xxxxxxxxxxxxxx> Signed-off-by: Christopher Covington <cov@xxxxxxxxxxxxxx> Reviewed-by: Andrew Jones <drjones@xxxxxxxxxx> --- arm/selftest.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arm/selftest.c b/arm/selftest.c index fc9ec609d875e..f4a503079e464 100644 --- a/arm/selftest.c +++ b/arm/selftest.c @@ -376,6 +376,9 @@ int main(int argc, char **argv) cpumask_set_cpu(0, &smp_reported); while (!cpumask_full(&smp_reported)) cpu_relax(); + } else { + printf("Unknown subtest\n"); + abort(); } return report_summary(); -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html