/* * HACK ALERT! * These should be called implicitly, but we can't yet until all the initcall * stuff is done... */ static void __init init_ifs(void) { #ifndef CONFIG_X86_64 amd_init_mtrr(); cyrix_init_mtrr(); centaur_init_mtrr(); #endif }
static void __init init_ifs(void) { amd_init_mtrr(); cyrix_init_mtrr(); centaur_init_mtrr(); }