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)
commitad160d23198193135cb2bcc75222e0816b5838c0
treeba7cc0e98494d63a02b10ab22f896e07efa6f509
parent24b0ecad07ac4d7ef74cb6f7da08c449fa9f6a4f
async: don't do the initcall stuff post boot

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>
kernel/async.c