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)
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

Simple merge