From: Américo Wang Date: Wed, 26 May 2010 10:57:53 +0000 (+0800) Subject: tracing: Remove boot tracer X-Git-Tag: v2.6.36-rc1~532^2~72^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30dbb20e68e6f7df974b77d2350ebad5eb6f6c9e;p=pandora-kernel.git tracing: Remove boot tracer The boot tracer is useless. It simply logs the initcalls but in fact these initcalls are also logged through printk while using the initcall_debug kernel parameter. Nobody seem to be using it so far. Then just remove it. Signed-off-by: WANG Cong Cc: Chase Douglas Cc: Steven Rostedt Cc: Ingo Molnar Cc: Peter Zijlstra Cc: Li Zefan LKML-Reference: <20100526105753.GA5677@cr0.nay.redhat.com> [ remove the hooks in main.c, and the headers ] Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed