commit | 304e629bf4a3150a0bf6556fc45c52c5c082340f | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@infradead.org> | Sun Oct 05 12:09:03 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 27 18:09:45 2008 +0100 |
tree | 26fb35d1e1b3c44411b0198a484e65f7f466bcee | |
parent | 6784f7d0a5016a397d38be1134e63fc784c1ca8e [diff] |
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>