svn commit: r303419 - head/usr.sbin/pmcstudy

Konstantin Belousov kostikbel at gmail.com
Thu Jul 28 08:30:48 UTC 2016


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 ?



More information about the svn-src-head mailing list