diff options
Diffstat (limited to 'drivers/oprofile/buffer_sync.c')
-rw-r--r-- | drivers/oprofile/buffer_sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/oprofile/buffer_sync.c b/drivers/oprofile/buffer_sync.c index b7e755f4178a..a3984f4ef192 100644 --- a/drivers/oprofile/buffer_sync.c +++ b/drivers/oprofile/buffer_sync.c | |||
@@ -190,7 +190,7 @@ void sync_stop(void) | |||
190 | profile_event_unregister(PROFILE_TASK_EXIT, &task_exit_nb); | 190 | profile_event_unregister(PROFILE_TASK_EXIT, &task_exit_nb); |
191 | task_handoff_unregister(&task_free_nb); | 191 | task_handoff_unregister(&task_free_nb); |
192 | mutex_unlock(&buffer_mutex); | 192 | mutex_unlock(&buffer_mutex); |
193 | flush_scheduled_work(); | 193 | flush_cpu_work(); |
194 | 194 | ||
195 | /* make sure we don't leak task structs */ | 195 | /* make sure we don't leak task structs */ |
196 | process_task_mortuary(); | 196 | process_task_mortuary(); |