Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761585AbYCCEs4 (ORCPT ); Sun, 2 Mar 2008 23:48:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753029AbYCCEss (ORCPT ); Sun, 2 Mar 2008 23:48:48 -0500 Received: from terminus.zytor.com ([198.137.202.10]:45324 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751544AbYCCEsr (ORCPT ); Sun, 2 Mar 2008 23:48:47 -0500 Message-ID: <47CB826A.7000202@zytor.com> Date: Sun, 02 Mar 2008 20:45:30 -0800 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Segher Boessenkool CC: Andrew Morton , Linus Torvalds , Linux Arch Mailing List , Linux Kernel Mailing List , David Brownell Subject: Re: [PATCH 1/2] Add C99-style constructor macros for specific-sized integers References: <4a8566f54ff84f498c5c0c0340076c296b1840e6@tazenda.hos.anvin.org> <7e0381d9932a37ad78f0c38b2a3c6a03@kernel.crashing.org> In-Reply-To: <7e0381d9932a37ad78f0c38b2a3c6a03@kernel.crashing.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 519 Lines: 15 Segher Boessenkool wrote: > > Do these new macros really buy anything over just writing LL in the > few places that 64-bit constants are used? > It gives you macros that matches the s64/u64 et al definitions are, thus avoiding another class of spurious warnings. -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/