x86/boot: Defer setup_real_mode() to early_initcall time
[deliverable/linux.git] / arch / x86 / kernel / setup.c
index 95c8c9c7dd6d17587e412cb8f7fc567f9f4eb745..0fa60f5f5a1641dc8eb2c82968dbadd650ed6e37 100644 (file)
@@ -1141,8 +1141,6 @@ void __init setup_arch(char **cmdline_p)
                /* A CPU has %cr4 if and only if it has CPUID. */
                mmu_cr4_features = __read_cr4();
 
-       setup_real_mode();
-
        memblock_set_current_limit(get_max_mapped());
 
        /*
This page took 0.025653 seconds and 5 git commands to generate.