]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/mpparse.c
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / arch / x86 / kernel / mpparse.c
index 068c4a929de6335eed9e4737f069f30029fe5b73..0f8d204973838071d5ce936a97b7f5a0b524055e 100644 (file)
@@ -499,6 +499,9 @@ void __init default_get_smp_config(unsigned int early)
 {
        struct mpf_intel *mpf = mpf_found;
 
+       if (!smp_found_config)
+               return;
+
        if (!mpf)
                return;