]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/trace/trace_hwlat.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[karo-tx-linux.git] / kernel / trace / trace_hwlat.c
index b97286c48735b898957d7951e0b536f0209cdad2..775569ec50d03fbf0ca4f755f79d106a63acaf1a 100644 (file)
@@ -127,7 +127,7 @@ static void trace_hwlat_sample(struct hwlat_sample *sample)
        entry->nmi_count                = sample->nmi_count;
 
        if (!call_filter_check_discard(call, entry, buffer, event))
-               __buffer_unlock_commit(buffer, event);
+               trace_buffer_unlock_commit_nostack(buffer, event);
 }
 
 /* Macros to encapsulate the time capturing infrastructure */