diff options
author | Arjan van de Ven <arjan@infradead.org> | 2008-10-05 21:09:03 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-27 18:09:45 +0100 |
commit | 304e629bf4a3150a0bf6556fc45c52c5c082340f (patch) | |
tree | 26fb35d1e1b3c44411b0198a484e65f7f466bcee /arch/x86/mm/init_64.c | |
parent | x86: corruption check: move the corruption checks into their own file (diff) | |
download | linux-304e629bf4a3150a0bf6556fc45c52c5c082340f.tar.xz linux-304e629bf4a3150a0bf6556fc45c52c5c082340f.zip |
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>
Diffstat (limited to 'arch/x86/mm/init_64.c')
-rw-r--r-- | arch/x86/mm/init_64.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/mm/init_64.c b/arch/x86/mm/init_64.c index b8e461d49412..d6ef1589b95a 100644 --- a/arch/x86/mm/init_64.c +++ b/arch/x86/mm/init_64.c @@ -879,8 +879,6 @@ void __init mem_init(void) { long codesize, reservedpages, datasize, initsize; - start_periodic_check_for_corruption(); - pci_iommu_alloc(); /* clear_bss() already clear the empty_zero_page */ |