tracing: Remove cpu arg from the rb_time_stamp() function
authorJiri Olsa <jolsa@redhat.com>
Fri, 23 Oct 2009 23:36:19 +0000 (19:36 -0400)
committerIngo Molnar <mingo@elte.hu>
Sat, 24 Oct 2009 09:07:51 +0000 (11:07 +0200)
commit6d3f1e12f46a2f9a1bb7e7aa433df8dd31ce5647
tree0c08371aefcf53b976d61e6a74667bcb21db3251
parent67b394f7f26d84edb7294cc6528ab7ca6daa2ad1
tracing: Remove cpu arg from the rb_time_stamp() function

The cpu argument is not used inside the rb_time_stamp() function.
Plus fix a typo.

Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
LKML-Reference: <20091023233647.118547500@goodmis.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/trace_seq.h
kernel/trace/ring_buffer.c