]> Pileus Git - ~andy/linux/blobdiff - include/linux/perf_event.h
Merge branch 'x86/urgent' into x86-mm
[~andy/linux] / include / linux / perf_event.h
index 393b60c7173204caca5dc502f72b689143c3048f..ee9f1e7828001f26a5657962040277cb6e574795 100644 (file)
@@ -1086,7 +1086,7 @@ void perf_event_task_sched_out(struct task_struct *task, struct task_struct *nex
 {
        perf_sw_event(PERF_COUNT_SW_CONTEXT_SWITCHES, 1, 1, NULL, 0);
 
-       COND_STMT(&perf_sched_events, __perf_event_task_sched_out(task, next));
+       __perf_event_task_sched_out(task, next);
 }
 
 extern void perf_event_mmap(struct vm_area_struct *vma);