Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Dec 1997 20:10:11 -0700
From:      Steve Passe <smp@csn.net>
To:        Steve Passe <smp@csn.net>
Cc:        Joe Eykholt <jre@Ipsilon.COM>, smp@freebsd.org
Subject:   Re: SMP 
Message-ID:  <199712040310.UAA10940@Ilsa.StevesCafe.com>
In-Reply-To: Your message of "Wed, 03 Dec 1997 19:30:51 MST." <199712040230.TAA10762@Ilsa.StevesCafe.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712040310.UAA10940>