From owner-freebsd-arch Sun Jan 20 2:20: 9 2002 Delivered-To: freebsd-arch@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 4B74437B402 for ; Sun, 20 Jan 2002 02:20:07 -0800 (PST) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020120102006.DNHW26243.rwcrmhc51.attbi.com@InterJet.elischer.org>; Sun, 20 Jan 2002 10:20:06 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id CAA05415; Sun, 20 Jan 2002 02:01:17 -0800 (PST) Date: Sun, 20 Jan 2002 02:01:16 -0800 (PST) From: Julian Elischer To: Bruce Evans Cc: Alfred Perlstein , arch@FreeBSD.ORG Subject: Re: doreti() and userret() In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 replying to mself again: On Sun, 20 Jan 2002, Julian Elischer wrote: > > > On Sun, 20 Jan 2002, Bruce Evans wrote: > > > On Sat, 19 Jan 2002, Julian Elischer wrote: > > > > See sys.dif.gz in ~bde on freefall. > > A lot of cosmetic changes there amongst the real changes.. > I notice that you are reversing people's work of gradually > getting rid of K&R function declarations. This is opposite to what we > are doing as a group. (converting functions to ansi declarations > as we hit them). And I see this change, which is also reverse of where we are going: - u_int32_t en_mxcsr; /* SSE sontorol/status register */ - u_int32_t en_pad2; /* padding */ + u_int en_mxcsr; /* SSE sontorol/status register */ + u_int en_pad2; /* padding */ I thought that for hardware defined fields we were using the explicit size definitions wherever possible? (saves having to try remember which machine you are working on... and now that there are posix defined names for these... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message