From 270c6b98e626861fece078f57a85462fd6cb020c Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Mon, 15 Jun 2009 12:56:52 -0400 Subject: [PATCH] comment synchronize_sched() --- libust/tracepoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libust/tracepoint.h b/libust/tracepoint.h index 2bfb148..07affb3 100644 --- a/libust/tracepoint.h +++ b/libust/tracepoint.h @@ -189,7 +189,7 @@ extern int tracepoint_get_iter_range(struct tracepoint **tracepoint, */ static inline void tracepoint_synchronize_unregister(void) { - synchronize_sched(); +//ust// synchronize_sched(); } struct tracepoint_lib { -- 2.34.1