aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--samples/trace_events/trace-events-sample.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/samples/trace_events/trace-events-sample.c b/samples/trace_events/trace-events-sample.c
index f33b3ba744ac..aabc4e970911 100644
--- a/samples/trace_events/trace-events-sample.c
+++ b/samples/trace_events/trace-events-sample.c
@@ -16,10 +16,6 @@ static void simple_thread_func(int cnt)
16 set_current_state(TASK_INTERRUPTIBLE); 16 set_current_state(TASK_INTERRUPTIBLE);
17 schedule_timeout(HZ); 17 schedule_timeout(HZ);
18 trace_foo_bar("hello", cnt); 18 trace_foo_bar("hello", cnt);
19
20 if (!(cnt % 10))
21 /* It is really important that I say "hi!" */
22 printk(KERN_EMERG "hi!\n");
23} 19}
24 20
25static int simple_thread(void *arg) 21static int simple_thread(void *arg)