svn commit: r334152 - in stable/11/sys: amd64/amd64 amd64/include dev/cpuctl i386/include x86/acpica x86/include x86/x86

Konstantin Belousov kostikbel at gmail.com
Fri May 25 17:47:41 UTC 2018


On Fri, May 25, 2018 at 01:21:00PM -0400, Mike Tancsa wrote:
> On 5/24/2018 9:17 AM, Konstantin Belousov wrote:
> > Author: kib
> > Date: Thu May 24 13:17:24 2018
> > New Revision: 334152
> > URL: https://svnweb.freebsd.org/changeset/base/334152
> > 
> > Log:
> >   MFC r334004:
> >   Add Intel Spec Store Bypass Disable control.
> >   
> >   This also includes the i386/include/pcpu.h part of the r334018.
> >   
> 
> Hi,
> 	This commit broke my i386 nanobsd kernel.  GENERIC kernels build just
> fine, but the kernel I have been using for i386 alix and Soekris boxes
> no longer builds
> 
> Apart from removing some unneeded drivers from GENERIC, the CPU options
> I use are
> 
> 
> cpu             I586_CPU
> options         CPU_GEODE
> ident           ALIX_DSK
You do not have the SMP option in the config, right ?

> 
> /usr/src/sys/x86/x86/cpu_machdep.c:890:3: error: this function
> declaration is not a prototype
>       [-Werror,-Wstrict-prototypes]
> /usr/src/sys/x86/x86/cpu_machdep.c:890:17: error: expected ';' after
> expression
>                 CPU_FOREACH(i) {
>                               ^
I forgot about merging r334064.


More information about the freebsd-stable mailing list