From smp@rick.systemsix.com  Mon Sep  9 16:30:35 1996
Received: from rick.systemsix.com (rick.systemsix.com [198.99.86.136])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA28705
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 9 Sep 1996 16:30:34 -0700 (PDT)
Received: (from smp@localhost) by rick.systemsix.com (8.7.5/8.7.3) id RAA03926; Mon, 9 Sep 1996 17:31:17 -0600 (MDT)
Message-Id: <199609092331.RAA03926@rick.systemsix.com>
Date: Mon, 9 Sep 1996 17:31:17 -0600 (MDT)
From: smp@csn.net
Reply-To: smp@csn.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: SMP kernel fix 960909.3
X-Send-Pr-Version: 3.2

>Number:         1593
>Category:       kern
>Synopsis:       i386/i386/locore.s contains useless line
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep  9 16:40:01 PDT 1996
>Closed-Date:    Wed Sep 11 15:44:24 PDT 1996
>Last-Modified:  Wed Sep 11 15:44:55 PDT 1996
>Originator:     Steve Passe
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
New Ideas
>Environment:

	smp-sys as of August 27, 1996
	Intel XXPRESS motherboard, Gigabyte GA586DX motherboard

>Description:

	i386.i386/locore.s, line 966 appears useless:

mp_begin:				/* now running relocated at KERNBASE */
966:>>	GETCPUID(%ebx)
	/* Wait for the booting CPU to signal startup */
	/* load i386 tables */
	call	_init_secondary


>How-To-Repeat:

	not relevant.

>Fix:

	remove the line.  I can find no purpose whatever for it.


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: peter 
State-Changed-When: Wed Sep 11 15:44:24 PDT 1996 
State-Changed-Why:  
Suggested fix applied, thanks! 
>Unformatted:
