Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2016 21:45:11 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r303419 - head/usr.sbin/pmcstudy
Message-ID:  <201607272145.u6RLjBZO016327@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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