diff --git a/src/system/kernel/arch/x86/arch_cpu.c b/src/system/kernel/arch/x86/arch_cpu.c index 1ea4a96e66..a4e589153c 100644 --- a/src/system/kernel/arch/x86/arch_cpu.c +++ b/src/system/kernel/arch/x86/arch_cpu.c @@ -359,7 +359,7 @@ arch_cpu_init_post_modules(kernel_args *args) close_module_list(cookie); // initialize MTRRs if available - if (x86_count_mtrrs > 0) + if (x86_count_mtrrs() > 0) call_all_cpus(&init_mtrrs, NULL); return B_OK;