Date: Fri, 25 May 2018 20:47:28 +0300 From: Konstantin Belousov <kostikbel@gmail.com> To: Mike Tancsa <mike@sentex.net> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, FreeBSD-STABLE Mailing List <freebsd-stable@FreeBSD.org> Subject: Re: svn commit: r334152 - in stable/11/sys: amd64/amd64 amd64/include dev/cpuctl i386/include x86/acpica x86/include x86/x86 Message-ID: <20180525174728.GI88128@kib.kiev.ua> In-Reply-To: <bd4a7b51-1637-57df-4574-fae4cb77bbce@sentex.net> References: <201805241317.w4ODHOQL068672@repo.freebsd.org> <bd4a7b51-1637-57df-4574-fae4cb77bbce@sentex.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180525174728.GI88128>