]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd5998ac1da923c4bc019720988204f79f1b2d9e4
treeba7cc0e98494d63a02b10ab22f896e07efa6f509
parent31a9ddde889715d0f972dd684eef2235a08dcc07
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