selftests/powerpc: Run EBB tests only on POWER8
[deliverable/linux.git] / tools / testing / selftests / powerpc / pmu / ebb / cpu_event_vs_ebb_test.c
index 8b972c2aa392a19ace840909f211078424f62412..33e56a2342e546f001d1300b29bae3085be9c61c 100644 (file)
@@ -41,6 +41,8 @@ int cpu_event_vs_ebb(void)
        int cpu, rc;
        pid_t pid;
 
+       SKIP_IF(!ebb_is_supported());
+
        cpu = pick_online_cpu();
        FAIL_IF(cpu < 0);
        FAIL_IF(bind_to_cpu(cpu));
This page took 0.025175 seconds and 5 git commands to generate.