]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/9/pc/mp.c
kernel: cleanup makefile for $CONF.$O target
[plan9front.git] / sys / src / 9 / pc / mp.c
index e937c93913707f41bd1efb4a45e09d7eb645f8e7..382e247f7a1b592c62a82e22a0ea2c712b7643eb 100644 (file)
@@ -7,7 +7,7 @@
 #include "ureg.h"
 
 #include "mp.h"
-#include "apbootstrap.h"
+#include "apbootstrap.i"
 
 /* filled in by pcmpinit or acpiinit */
 Bus* mpbus;
@@ -216,7 +216,7 @@ mpinit(void)
         *  set conf.copymode here if nmach > 1.
         *  Should look for an ExtINT line and enable it.
         */
-       if(X86FAMILY(m->cpuidax) == 3 || conf.nmach > 1)
+       if(m->cpuidfamily == 3 || conf.nmach > 1)
                conf.copymode = 1;
 }