diff options
Diffstat (limited to 'arch/x86/mm/init_32.c')
-rw-r--r-- | arch/x86/mm/init_32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/mm/init_32.c b/arch/x86/mm/init_32.c index d37f29376b0c..657a16ad61ba 100644 --- a/arch/x86/mm/init_32.c +++ b/arch/x86/mm/init_32.c | |||
@@ -907,6 +907,8 @@ void __init mem_init(void) | |||
907 | int codesize, reservedpages, datasize, initsize; | 907 | int codesize, reservedpages, datasize, initsize; |
908 | int tmp; | 908 | int tmp; |
909 | 909 | ||
910 | start_periodic_check_for_corruption(); | ||
911 | |||
910 | #ifdef CONFIG_FLATMEM | 912 | #ifdef CONFIG_FLATMEM |
911 | BUG_ON(!mem_map); | 913 | BUG_ON(!mem_map); |
912 | #endif | 914 | #endif |