From owner-freebsd-current Wed Oct 18 8:34:58 2000 Delivered-To: freebsd-current@freebsd.org Received: from server.baldwin.cx (server.geekhouse.net [64.81.6.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F20F37B4F9 for ; Wed, 18 Oct 2000 08:34:54 -0700 (PDT) Received: from laptop.baldwin.cx (termroom.bsdcon.org [206.55.247.2]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id IAA98271; Wed, 18 Oct 2000 08:39:54 -0700 (PDT) (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: <200010181129.e9IBTI299776@wint.itfs.nsk.su> Date: Wed, 18 Oct 2000 08:34:17 -0700 (PDT) From: John Baldwin To: Nickolay Dudorov Subject: Re: cvs commit: src/sys/kern kern_idle.c Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 18-Oct-00 Nickolay Dudorov wrote: > In article <200010180810.BAA03925@freefall.freebsd.org> you wrote: >> jhb 2000/10/18 01:10:25 PDT >> >> Modified files: >> sys/kern kern_idle.c >> Log: >> Don't needlessly pass the diagnostic counter to the idle_event event >> handlers. > > And you just change one broken version to another - > now there is unsufficient number of parameters to > EVENTHANDLER_FAST_INVOKE at line 106 of kern_idle.c > > I've try to substitute '0' for the second parameter. > The buildkernel successfully finished. Let's see how this kernel'll > work ;-) Grrr. It is not supposed to care, and I'm about to hack cpu_idle() up some more and remove all the eventhandler stuff, but we only have a cpu_idle() function on UP x86 atm. > N.Dudorov -- 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 freebsd-current" in the body of the message