]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/kernel/head32.c
x86: Add Moorestown early detection
[mv-sheeva.git] / arch / x86 / kernel / head32.c
index 441c075e2b808fc501311a17094ca4dac569dbe2..4f8e2507e8f3cad33a71d5fdb98f068d977c6aae 100644 (file)
@@ -45,6 +45,9 @@ void __init i386_start_kernel(void)
 
        /* Call the subarch specific early setup function */
        switch (boot_params.hdr.hardware_subarch) {
+       case X86_SUBARCH_MRST:
+               x86_mrst_early_setup();
+               break;
        default:
                i386_default_early_setup();
                break;