From 8f0c45cdf87dc9141e87b0ad2fc6fff216a95f79 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Tue, 8 May 2007 00:28:26 -0700 Subject: [PATCH] enhance initcall_debug, measure latency enhance the initcall_debug boot option: - measure the time the initcall took to execute and report it in units of milliseconds. - show the return code of initcalls (useful to see failures and to make sure that an initcall hung) [akpm@linux-foundation.org: fix printk warning] Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed