summaryrefslogtreecommitdiff
path: root/init/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/main.c')
-rw-r--r--init/main.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/init/main.c b/init/main.c
index d303935d14cd..b484d14df3a2 100644
--- a/init/main.c
+++ b/init/main.c
@@ -38,10 +38,6 @@
#include <asm/s390mach.h>
#endif
-#ifdef CONFIG_MTRR
-# include <asm/mtrr.h>
-#endif
-
#ifdef CONFIG_X86_LOCAL_APIC
#include <asm/smp.h>
#endif
@@ -490,15 +486,6 @@ static void __init do_initcalls(void)
*/
static void __init do_basic_setup(void)
{
-#if defined(CONFIG_MTRR) /* Do this after SMP initialization */
-/*
- * We should probably create some architecture-dependent "fixup after
- * everything is up" style function where this would belong better
- * than in init/main.c..
- */
- mtrr_init();
-#endif
-
#ifdef CONFIG_SYSCTL
sysctl_init();
#endif