From owner-freebsd-alpha Wed Mar 20 15:43:13 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id EDB0337B404 for ; Wed, 20 Mar 2002 15:43:05 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g2KNh6lv090909; Wed, 20 Mar 2002 15:43:06 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2KNfplj090889; Wed, 20 Mar 2002 15:41:51 -0800 (PST) Date: Wed, 20 Mar 2002 15:41:50 -0800 From: "David O'Brien" To: Warner Losh Cc: alpha@FreeBSD.ORG Subject: Re: Expected compiler error on GENERIC? Message-ID: <20020320154150.A90810@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <15513.4041.407099.858575@grasshopper.cs.duke.edu> <20020320.153148.103780390.imp@village.org> <15513.4041.407099.858575@grasshopper.cs.duke.edu> <200203202313.g2KND6L12819@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200203202313.g2KND6L12819@harmony.village.org>; from imp@harmony.village.org on Wed, Mar 20, 2002 at 04:13:06PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Mar 20, 2002 at 04:13:06PM -0700, Warner Losh wrote: > The line in question is > if (!badaddr((void *)&t2_csr[1]->tlbbr, sizeof(long))) { > but I don't know what the type of tlbbr is, but it is either volatile > or const for some reason... `tlbbr' is u_long. `t2_csr' is "volatile", and is the source of the warning. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message