svn commit: r205448 - in head/sys: amd64/include i386/include

John Baldwin jhb at freebsd.org
Mon Mar 22 16:02:43 UTC 2010


On Monday 22 March 2010 11:08:26 am John Baldwin wrote:
> Author: jhb
> Date: Mon Mar 22 15:08:26 2010
> New Revision: 205448
> URL: http://svn.freebsd.org/changeset/base/205448
> 
> Log:
>   Remove unneeded type specifiers from 64-bit constants.  The compiler
>   infers their natural type from the constants' values.
>   
>   Submitted by:	bde
>   MFC after:	3 days

Verified that *_mem.o did not change MD5 sums (MTRR-related constants).  mca.o 
did change MD5 sum on both architectures, but it was a harmless change.  A 
'shr' instruction became a 'sar' instruction.

-- 
John Baldwin


More information about the svn-src-all mailing list