From owner-cvs-all Thu Mar 8 8:57:16 2001 Delivered-To: cvs-all@freebsd.org Received: from moby.geekhouse.net (moby.geekhouse.net [64.81.6.36]) by hub.freebsd.org (Postfix) with ESMTP id 0870037B718; Thu, 8 Mar 2001 08:57:12 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from laptop.baldwin.cx (john@dhcp152.geekhouse.net [192.168.1.152]) by moby.geekhouse.net (8.11.0/8.9.3) with ESMTP id f28GwR103473; Thu, 8 Mar 2001 08:58:27 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200103081426.f28EPxS05324@freefall.freebsd.org> Date: Thu, 08 Mar 2001 08:56:52 -0800 (PST) From: John Baldwin To: KATO Takenori Subject: RE: cvs commit: src/sys/pc98/pc98 npx.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 08-Mar-01 KATO Takenori wrote: > kato 2001/03/08 06:25:55 PST > > Modified files: > sys/pc98/pc98 npx.c > Log: > Replaced p (undeclared) with curproc (after i386/isa/npx.c). Argh. Doh. You may want to stick a 'struct proc *p' in that function and assign curproc to it and use that instead of curproc to avoid going through hoops to read a per-cpu variable multiple times. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message