[322369] buildkernel failure: error: use of undeclared identifier 'mp_ncpus'
O. Hartmann
ohartmann at walstatt.org
Thu Aug 10 16:52:10 UTC 2017
r322369 fails to build a kernel due to:
--- mptable.o ---
/usr/src/sys/x86/x86/mptable.c:480:39: error: use of undeclared identifier 'mp_ncpus'
proc->apic_id < MAX_LAPIC_ID && mp_ncpus < MAXCPU) {
^
/usr/src/sys/x86/x86/mptable.c:481:4: error: use of undeclared identifier 'mp_ncpus'
mp_ncpus++;
^
/usr/src/sys/x86/x86/mptable.c:482:4: error: use of undeclared identifier 'mp_maxid'
mp_maxid = mp_ncpus - 1;
^
/usr/src/sys/x86/x86/mptable.c:482:15: error: use of undeclared identifier 'mp_ncpus'
mp_maxid = mp_ncpus - 1;
^
8 errors generated.
*** [mptable.o] Error code 1
--
O. Hartmann
Ich widerspreche der Nutzung oder Übermittlung meiner Daten für
Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 313 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20170810/516d742e/attachment.sig>
More information about the freebsd-current
mailing list