From owner-freebsd-smp@FreeBSD.ORG Wed Sep 3 23:43:06 2003 Return-Path: Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37C4416A4BF for ; Wed, 3 Sep 2003 23:43:06 -0700 (PDT) Received: from mailhost.ssr.com (ns.ssr.com [199.4.235.2]) by mx1.FreeBSD.org (Postfix) with SMTP id 72C0343FCB for ; Wed, 3 Sep 2003 23:43:05 -0700 (PDT) (envelope-from sdb@ssr.com) Received: (qmail 1229 invoked by uid 103); 4 Sep 2003 06:43:05 -0000 Date: 4 Sep 2003 06:43:05 -0000 Message-ID: <20030904064305.1228.qmail@ssr.com> From: Scott Ballantyne To: freebsd-smp@freebsd.org In-reply-to: (message from John Baldwin on Wed, 03 Sep 2003 12:40:10 -0400 (EDT)) References: Subject: Re: Unpredictable problems with APIC renumbering X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2003 06:43:06 -0000 Hi John, > >> Ack, that patch was for current. Try using > >> 'eflags = read_eflags(); disable_intr();' in place of intr_disable() > >> and 'write_eflags(eflags);' in place of intr_restore(). > > > > Thanks! That builds with no problem, and I am running it now. I will > > let you know how it goes. > > Did this work? > After many reboots today, I saw the problem resurface. It does seem improved, although I haven't kept statistics (sorry), it is clearly not fixed. If you have any other patches, I'm more than happy to test them. Thanks again for your help. sdb -- sdb@ssr.com