async: don't do the initcall stuff post boot
authorArjan van de Ven <arjan@linux.intel.com>
Wed, 7 Jan 2009 17:28:53 +0000 (09:28 -0800)
committerArjan van de Ven <arjan@linux.intel.com>
Wed, 7 Jan 2009 17:31:49 +0000 (09:31 -0800)
while tracking the asynchronous calls during boot using the initcall_debug
convention is useful, doing it once the kernel is done is actually
bad now that we use asynchronous operations post boot as well...

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>

No differences found