Date: Thu, 28 Jul 2016 11:30:42 +0300 From: Konstantin Belousov <kostikbel@gmail.com> To: Bryan Drewery <bdrewery@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r303419 - head/usr.sbin/pmcstudy Message-ID: <20160728083042.GR38613@kib.kiev.ua> In-Reply-To: <201607272145.u6RLjBZO016327@repo.freebsd.org> References: <201607272145.u6RLjBZO016327@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 27, 2016 at 09:45:11PM +0000, Bryan Drewery wrote: > Author: bdrewery > Date: Wed Jul 27 21:45:11 2016 > New Revision: 303419 > URL: https://svnweb.freebsd.org/changeset/base/303419 > > Log: > Fix non-amd64 build from r292043 after reconnecting in r303410. > > MFC after: 3 days > X-MFC-With: r303410 > Sponsored by: EMC / Isilon Storage Division > > Modified: > head/usr.sbin/pmcstudy/pmcstudy.c > > Modified: head/usr.sbin/pmcstudy/pmcstudy.c > ============================================================================== > --- head/usr.sbin/pmcstudy/pmcstudy.c Wed Jul 27 20:51:31 2016 (r303418) > +++ head/usr.sbin/pmcstudy/pmcstudy.c Wed Jul 27 21:45:11 2016 (r303419) > @@ -2322,11 +2322,7 @@ do_cpuid(u_int ax, u_int cx, u_int *p) > > #else > #define cpuid(in, a, b, c, d) > -static __inline void > -do_cpuid(u_int ax, u_int cx, u_int *p) > -{ > -} > - > +#define do_cpuid(ax, cx, p) > #endif > > static void Should the same code be enabled for i386 as well ?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160728083042.GR38613>