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

Bryan Drewery bdrewery at FreeBSD.org
Thu Jul 28 11:27:42 UTC 2016


On 7/28/2016 1:30 AM, Konstantin Belousov wrote:
> 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 ?
> 

I don't know.  I just know I accidentally disconnected it and when
reconnecting it revealed a bug introduced while disconnected.

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20160728/2bd814c4/attachment.sig>


More information about the svn-src-head mailing list