backtrace: replace timer with tasklet + completions
authorVegard Nossum <vegard.nossum@gmail.com>
Fri, 27 Jun 2008 16:06:54 +0000 (18:06 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 27 Jun 2008 16:09:16 +0000 (18:09 +0200)
commit4e6a0535dd036377961027262aecb138099f925d
tree0594ca7b386ca7953b909e3077b13fda5c26907b
parentad118c54a3587b2c69a769d0ba37d4d8dce4559d
backtrace: replace timer with tasklet + completions

On qemu, the backtrace would show up _after_ the "end of backtrace
testing" message.

This patch changes it to use completions instead, which will guarantee
that no such race exists.

Cc: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Cc: Arjan van de Ven <arjan@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/backtracetest.c