+1
-2
arch/ia64/kernel/setup.c
+1
-2
arch/ia64/kernel/setup.c
···
578
578
cpu_init(); /* initialize the bootstrap CPU */
579
579
mmu_context_init(); /* initialize context_id bitmap */
580
580
581
-
check_sal_cache_flush();
582
-
583
581
#ifdef CONFIG_ACPI
584
582
acpi_boot_init();
585
583
#endif
···
605
607
ia64_mca_init();
606
608
607
609
platform_setup(cmdline_p);
610
+
check_sal_cache_flush();
608
611
paging_init();
609
612
}
610
613