kmemtrace: add kmemtrace_init()
authorIngo Molnar <mingo@elte.hu>
Tue, 6 Jan 2009 09:16:35 +0000 (10:16 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 6 Jan 2009 09:16:35 +0000 (10:16 +0100)
commit3e80680208ba6ce9635ca7c21ad0019442ea166a
tree8d7dc413a9ec611428ca1043b8748e6ec691e2aa
parent3d7a96f5a485b7d06c2379f343d7312af89ec9e2
kmemtrace: add kmemtrace_init()

Impact: build fix

leftover from the relayfs version - but we want to keep it because
this call is the earliest opportunity when we can start kmemtrace
tracing. (after kmem_cache_init()).

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/trace/kmemtrace.c