x86: corruption check: run the corruption checks from a work queue
authorArjan van de Ven <arjan@infradead.org>
Sun, 5 Oct 2008 19:09:03 +0000 (12:09 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 27 Oct 2008 17:09:45 +0000 (18:09 +0100)
Impact: change the implementation of the debug feature

the periodic corruption checks are better off run from a work queue; there's
nothing time critical about them and this way the amount of
interrupt-context work is reduced.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found