From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753035Ab0JNLMR (ORCPT ); Thu, 14 Oct 2010 07:12:17 -0400 Received: from palinux.external.hp.com ([192.25.206.14]:56223 "EHLO mail.parisc-linux.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752797Ab0JNLMP (ORCPT ); Thu, 14 Oct 2010 07:12:15 -0400 Date: Thu, 14 Oct 2010 05:12:13 -0600 From: Matthew Wilcox To: Borislav Petkov Cc: Randy Dunlap , Linus Torvalds , lkml , Doug Thompson , akpm , linux-arch@vger.kernel.org Subject: Re: [PATCH] bitops.h: Widen BIT macro to support 64-bit types Message-ID: <20101014111213.GO10421@parisc-linux.org> References: <20101013131057.88238be6.randy.dunlap@oracle.com> <20101014042409.GB29342@aftab> <20101014105855.GB31247@aftab> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101014105855.GB31247@aftab> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 14, 2010 at 12:58:55PM +0200, Borislav Petkov wrote: > #ifdef __KERNEL__ > -#define BIT(nr) (1UL << (nr)) > +#define BIT(nr) (U64_C(1) << (nr)) Why not just use 1ULL instead? -- Matthew Wilcox Intel Open Source Technology Centre "Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take such a retrograde step."