projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
KVM: MMU: introduce gfn_to_page_many_atomic() function
[linux-2.6.git]
/
samples
/
trace_events
/
trace-events-sample.c
diff --git
a/samples/trace_events/trace-events-sample.c
b/samples/trace_events/trace-events-sample.c
index
f33b3ba
..
aabc4e9
100644
(file)
--- 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)
set_current_state(TASK_INTERRUPTIBLE);
schedule_timeout(HZ);
trace_foo_bar("hello", cnt);
-
- if (!(cnt % 10))
- /* It is really important that I say "hi!" */
- printk(KERN_EMERG "hi!\n");
}
static int simple_thread(void *arg)