diff options
| author | Steve Passe <fsmp@FreeBSD.org> | 1997-06-24 07:48:02 +0000 |
|---|---|---|
| committer | Steve Passe <fsmp@FreeBSD.org> | 1997-06-24 07:48:02 +0000 |
| commit | ee889b3ba03cf2d92ad8d6979956fcb5eee48e73 (patch) | |
| tree | 3cdd2d085c8f1d1d7fa110e195f2bcca10225e39 /sys/kern/subr_smp.c | |
| parent | 0c3a571ce322a785ebc69c462697081c3e5fbeeb (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_smp.c')
| -rw-r--r-- | sys/kern/subr_smp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c index 96c76acbd57b..049aa8323100 100644 --- a/sys/kern/subr_smp.c +++ b/sys/kern/subr_smp.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp_machdep.c,v 1.18 1997/06/22 16:03:18 peter Exp $ + * $Id: mp_machdep.c,v 1.19 1997/06/24 06:55:30 fsmp Exp $ */ #include "opt_smp.h" @@ -1373,7 +1373,7 @@ start_all_aps(u_int boot_addr) * * get the initial mp_lock with a count of 1 for the BSP */ - mp_lock = (lapic.id & APIC_ID_MASK) + 1; + mp_lock = 1; /* this uses a LOGICAL cpu ID, ie BSP == 0 */ /* initialize BSP's local APIC */ apic_initialize(1); |
