From owner-freebsd-current Thu Jan 18 6: 9:10 2001 Delivered-To: freebsd-current@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 9210F37B401; Thu, 18 Jan 2001 06:08:49 -0800 (PST) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id PAA00170; Thu, 18 Jan 2001 15:08:42 +0100 (CET) (envelope-from sos) From: Soren Schmidt Message-Id: <200101181408.PAA00170@freebsd.dk> Subject: Re: HEADS-UP: await/asleep removal imminent In-Reply-To: <200101181339.f0IDdUK14717@mobile.wemm.org> from Peter Wemm at "Jan 18, 2001 05:39:30 am" To: peter@netplex.com.au (Peter Wemm) Date: Thu, 18 Jan 2001 15:08:42 +0100 (CET) Cc: jhb@FreeBSD.ORG (John Baldwin), bright@wintelcom.net (Alfred Perlstein), current@FreeBSD.ORG, arch@FreeBSD.ORG, rjesup@wgate.com X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It seems Peter Wemm wrote: > > I'll try adding the forward_signal stuff see if that helps... > > But John committed that! it should be in the fresh checkout you tried > above.... Of course, that is assuming you cvsup'ed very recently.. Sorry that was not what I meant, I meant this patch to machdep.c and so far it looks as thats the culprit it hasn't locked up yet at least, but its not finished a world yet.... Index: machdep.c =================================================================== RCS file: /home/ncvs/src/sys/i386/i386/machdep.c,v retrieving revision 1.429 diff -u -r1.429 machdep.c --- machdep.c 2001/01/16 09:10:33 1.429 +++ machdep.c 2001/01/18 13:44:48 @@ -1005,6 +1005,10 @@ void cpu_idle(void) { +#ifdef SMP + /* first candidate for an interrupt */ + lapic.tpr = 0; +#endif #ifndef SMP if (cpu_idle_hlt) { disable_intr(); -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message