Date: Mon, 22 Mar 2010 11:10:54 -0400 From: John Baldwin <jhb@freebsd.org> To: src-committers@freebsd.org Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r205448 - in head/sys: amd64/include i386/include Message-ID: <201003221110.54807.jhb@freebsd.org> In-Reply-To: <201003221508.o2MF8QeX056435@svn.freebsd.org> References: <201003221508.o2MF8QeX056435@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003221110.54807.jhb>