From owner-freebsd-arch Thu Dec 13 11:18:34 2001 Delivered-To: freebsd-arch@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 80AAA37B417 for ; Thu, 13 Dec 2001 11:18:28 -0800 (PST) Received: (qmail 26018 invoked by uid 0); 13 Dec 2001 19:18:27 -0000 Received: from p5086f9a0.dip.t-dialin.net (HELO forge.local) (80.134.249.160) by mail.gmx.net (mp015-rz3) with SMTP; 13 Dec 2001 19:18:27 -0000 Received: from tmm by forge.local with local (Exim 3.30 #1) id 16EbNI-00014f-00; Thu, 13 Dec 2001 20:18:32 +0100 Date: Thu, 13 Dec 2001 20:18:32 +0100 From: Thomas Moestl To: Terry Lambert Cc: arch@FreeBSD.org Subject: Re: Please review: changes to MI bus code for sparc64 Message-ID: <20011213201832.C871@crow.dom2ip.de> Mail-Followup-To: Terry Lambert , arch@FreeBSD.org References: <20011213192033.A871@crow.dom2ip.de> <3C18F78D.C537D487@mindspring.com> <20011213201213.B871@crow.dom2ip.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011213201213.B871@crow.dom2ip.de>; from tmoestl@gmx.net on Thu, Dec 13, 2001 at 08:12:13PM +0100 Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 2001/12/13 at 20:12:13 +0100, Thomas Moestl wrote: > 1 << 32 is out of u_int32_t range, so it just would make no sense. In > addition, it will overflow i (which is an int) on most architectures. Uh, scratch that i ;) (1 << i) would of course overflow because of the type of 1, sorry. - thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message