From owner-freebsd-smp Wed Dec 3 19:10:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA10496 for smp-outgoing; Wed, 3 Dec 1997 19:10:22 -0800 (PST) (envelope-from owner-freebsd-smp) Received: from Ilsa.StevesCafe.com (Ilsa.StevesCafe.com [205.168.119.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA10486 for ; Wed, 3 Dec 1997 19:10:18 -0800 (PST) (envelope-from fbsd@Ilsa.StevesCafe.com) Received: from Ilsa.StevesCafe.com (localhost [127.0.0.1]) by Ilsa.StevesCafe.com (8.8.7/8.8.5) with ESMTP id UAA10940; Wed, 3 Dec 1997 20:10:11 -0700 (MST) Message-Id: <199712040310.UAA10940@Ilsa.StevesCafe.com> X-Mailer: exmh version 2.0gamma 1/27/96 From: Steve Passe To: Steve Passe cc: Joe Eykholt , smp@freebsd.org Subject: Re: SMP In-reply-to: Your message of "Wed, 03 Dec 1997 19:30:51 MST." <199712040230.TAA10762@Ilsa.StevesCafe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 03 Dec 1997 20:10:11 -0700 Sender: owner-freebsd-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, > *** apic_vector.s 1997/12/04 01:11:26 1.37 > --- apic_vector.s 1997/12/04 01:46:40 > *************** > *** 239,245 **** > orl $IRQ_BIT(irq_num), _cil ; \ > AVCPL_UNLOCK ; \ > ; \ > ! movl $0, lapic_eoi ; /* XXX too soon? */ \ > incb _intr_nesting_level ; \ > ; \ > /* entry point used by doreti_unpend for HWIs. */ \ > --- 244,250 ---- > orl $IRQ_BIT(irq_num), _cil ; \ > AVCPL_UNLOCK ; \ > ; \ > ! ;;; movl $0, lapic_eoi ; /* XXX too soon? */ \ > incb _intr_nesting_level ; \ > ; \ > /* entry point used by doreti_unpend for HWIs. */ \ oops, the above is wrong, specifically the line with 3 ';' commenting out the lapic_eoi is the section not currently used. After applying this patch find the similar line in the 'else' section and comment that out also. -- Steve Passe | powered by smp@csn.net | Symmetric MultiProcessor FreeBSD