From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Brownell Subject: Re: [PATCH 1/2] Add C99-style constructor macros for specific-sized integers Date: Sun, 2 Mar 2008 20:14:11 -0800 Message-ID: <200803022014.11535.david-b@pacbell.net> References: <4a8566f54ff84f498c5c0c0340076c296b1840e6@tazenda.hos.anvin.org> <7e0381d9932a37ad78f0c38b2a3c6a03@kernel.crashing.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <7e0381d9932a37ad78f0c38b2a3c6a03@kernel.crashing.org> Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: Segher Boessenkool Cc: "H. Peter Anvin" , Andrew Morton , Linus Torvalds , Linux Arch Mailing List , Linux Kernel Mailing List List-Id: linux-arch.vger.kernel.org On Sunday 02 March 2008, Segher Boessenkool wrote: > Do these new macros really buy anything over just writing LL in the > few places that 64-bit constants are used? The original workaround was to make the offending *SEC_TO_HZ_ADJ32 constants use "ULL" suffixes. Certainly making the Perl script emit those would be less intrusive. - Dave