Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2017 10:20:59 -0400
From:      Ed Maste <emaste@freebsd.org>
To:        =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= <royger@freebsd.org>
Cc:        "src-committers@freebsd.org" <src-committers@freebsd.org>,  "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>,  "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r322347 - in head/sys/x86: acpica include x86 xen
Message-ID:  <CAPyFy2DdQe=BnHta7PDpF1vf7JQYSAkjfgjgYyoudrNdnY6snw@mail.gmail.com>
In-Reply-To: <201708100915.v7A9FIke002476@repo.freebsd.org>
References:  <201708100915.v7A9FIke002476@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10 August 2017 at 05:15, Roger Pau Monn=C3=A9 <royger@freebsd.org> wrote=
:
> Author: royger
> Date: Thu Aug 10 09:15:18 2017
> New Revision: 322347
> URL: https://svnweb.freebsd.org/changeset/base/322347
>
> Log:
>   apic_enumerator: only set mp_ncpus and mp_maxid at probe cpus phase

i386 is failing with:

13:55:08 --- mptable.o ---
13:55:08 /usr/src/sys/x86/x86/mptable.c:333:3: error: use of
undeclared identifier 'mp_ncpus'
13:55:08                 mp_ncpus =3D 2;
13:55:08                 ^
13:55:08 /usr/src/sys/x86/x86/mptable.c:334:3: error: use of
undeclared identifier 'mp_maxid'
13:55:08                 mp_maxid =3D 1;
13:55:08                 ^
13:55:08 /usr/src/sys/x86/x86/mptable.c:359:3: error: use of
undeclared identifier 'cpu_mask'
13:55:08                 cpu_mask =3D 0;
13:55:08                 ^
13:55:08 /usr/src/sys/x86/x86/mptable.c:360:51: error: use of
undeclared identifier 'cpu_mask'
13:55:08
mptable_walk_table(mptable_setup_cpus_handler, &cpu_mask);
13:55:08                                                                 ^
13:55:08 /usr/src/sys/x86/x86/mptable.c:480:39: error: use of
undeclared identifier 'mp_ncpus'
13:55:08                     proc->apic_id < MAX_LAPIC_ID && mp_ncpus
< MAXCPU) {
13:55:08                                                     ^
13:55:08 /usr/src/sys/x86/x86/mptable.c:481:4: error: use of
undeclared identifier 'mp_ncpus'
13:55:08                         mp_ncpus++;
13:55:08                         ^
13:55:08 /usr/src/sys/x86/x86/mptable.c:482:4: error: use of
undeclared identifier 'mp_maxid'
13:55:08                         mp_maxid =3D mp_ncpus - 1;
13:55:08                         ^
13:55:08 /usr/src/sys/x86/x86/mptable.c:482:15: error: use of
undeclared identifier 'mp_ncpus'
13:55:08                         mp_maxid =3D mp_ncpus - 1;
13:55:08                                    ^
13:55:08 8 errors generated.
13:55:08 *** [mptable.o] Error code 1

https://ci.freebsd.org/job/FreeBSD-head-i386-build/3457/console



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2DdQe=BnHta7PDpF1vf7JQYSAkjfgjgYyoudrNdnY6snw>