selftests/powerpc: Run EBB tests only on POWER8
[deliverable/linux.git] / tools / testing / selftests / powerpc / pmu / ebb / ebb_on_willing_child_test.c
index 11acf1d55f8d71206d341ed577dc75be5cb486e7..a991d2ea8d0a1e6908278a984dd227ac1001f8a4 100644 (file)
@@ -54,6 +54,8 @@ int ebb_on_willing_child(void)
        struct event event;
        pid_t pid;
 
+       SKIP_IF(!ebb_is_supported());
+
        FAIL_IF(pipe(read_pipe.fds) == -1);
        FAIL_IF(pipe(write_pipe.fds) == -1);
 
This page took 0.05233 seconds and 5 git commands to generate.