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)
commit304e629bf4a3150a0bf6556fc45c52c5c082340f
tree26fb35d1e1b3c44411b0198a484e65f7f466bcee
parent6784f7d0a5016a397d38be1134e63fc784c1ca8e
x86: corruption check: run the corruption checks from a work queue

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>
arch/x86/kernel/check.c
arch/x86/mm/init_32.c
arch/x86/mm/init_64.c