From owner-cvs-all@FreeBSD.ORG Sat Jul 3 15:52:15 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BDE316A4CE; Sat, 3 Jul 2004 15:52:15 +0000 (GMT) Received: from veldy.net (fuggle.veldy.net [209.98.200.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 277E443D2F; Sat, 3 Jul 2004 15:52:15 +0000 (GMT) (envelope-from veldy@veldy.net) Received: from localhost (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with ESMTP id CD1596130; Sat, 3 Jul 2004 10:52:13 -0500 (CDT) Received: from veldy.net ([127.0.0.1]) by localhost (fuggle.veldy.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27149-08; Sat, 3 Jul 2004 10:52:11 -0500 (CDT) Received: from [127.0.0.1] (cascade.veldy.net [192.168.1.1]) by veldy.net (Postfix) with ESMTP id BDA516129; Sat, 3 Jul 2004 10:52:10 -0500 (CDT) Message-ID: <40E6D627.3030308@veldy.net> Date: Sat, 03 Jul 2004 10:52:07 -0500 From: "Thomas T. Veldhouse" User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steve Kargl References: <200407022021.i62KLi4Y041825@repoman.freebsd.org> <200407021721.52787.jhb@FreeBSD.org> <40E64302.2020700@veldy.net> <20040703053940.GA60840@xor.obsecurity.org> <40E6C201.3000104@veldy.net> <20040703145239.GA9941@troutmask.apl.washington.edu> In-Reply-To: <20040703145239.GA9941@troutmask.apl.washington.edu> X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig074FFB5E2F402B03E379CB88" X-Virus-Scanned: by amavisd-new at veldy.net cc: src-committers@freebsd.org cc: current@freebsd.org cc: John Baldwin cc: cvs-src@freebsd.org cc: cvs-all@freebsd.org cc: Kris Kennaway Subject: Re: HEADSUP: Native preemption added to the kernel scheduler X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 15:52:15 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig074FFB5E2F402B03E379CB88 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Steve Kargl wrote: >Watch for cut-n-paste space problems. > >--- sched_ule.c.orig Sat Jul 3 07:51:02 2004 >+++ sched_ule.c Sat Jul 3 07:51:15 2004 >@@ -1716,7 +1716,7 @@ > kseq_load_rem(KSEQ_CPU(ke->ke_cpu), ke); > kseq_notify(ke, cpu); > /* When we return from mi_switch we'll be on the correct cpu. */ >- mi_switch(SW_VOL); >+ mi_switch(SW_VOL, NULL); > #endif > } > > No such problem. I simply added NULL myself, by hand. It compiles fine, but the kernel panics on boot. Tom Veldhouse --------------enig074FFB5E2F402B03E379CB88 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFA5tYqARgTFXYf0wARAnFUAJwL1Iu5ZEQVTbDK6VGKereWi4EcXwCgt3pd fPq7zz5k9SMIDJXrlkcw5HU= =xf3J -----END PGP SIGNATURE----- --------------enig074FFB5E2F402B03E379CB88--