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

Bryan Drewery bdrewery at FreeBSD.org
Wed Jul 27 21:45:12 UTC 2016


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


More information about the svn-src-head mailing list