diff options
Diffstat (limited to 'include/trace/events')
-rw-r--r-- | include/trace/events/rcu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/trace/events/rcu.h b/include/trace/events/rcu.h index debe453c9623..8dd6fcb94946 100644 --- a/include/trace/events/rcu.h +++ b/include/trace/events/rcu.h | |||
@@ -287,7 +287,6 @@ TRACE_EVENT(rcu_dyntick, | |||
287 | * | 287 | * |
288 | * "No callbacks": Nothing to do, no callbacks on this CPU. | 288 | * "No callbacks": Nothing to do, no callbacks on this CPU. |
289 | * "In holdoff": Nothing to do, holding off after unsuccessful attempt. | 289 | * "In holdoff": Nothing to do, holding off after unsuccessful attempt. |
290 | * "Dyntick with callbacks": Callbacks remain, but RCU doesn't need CPU. | ||
291 | * "Begin holdoff": Attempt failed, don't retry until next jiffy. | 290 | * "Begin holdoff": Attempt failed, don't retry until next jiffy. |
292 | * "More callbacks": Still more callbacks, try again to clear them out. | 291 | * "More callbacks": Still more callbacks, try again to clear them out. |
293 | * "Callbacks drained": All callbacks processed, off to dyntick idle! | 292 | * "Callbacks drained": All callbacks processed, off to dyntick idle! |