From owner-freebsd-bugs Mon Sep 9 15:20:08 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA24873 for bugs-outgoing; Mon, 9 Sep 1996 15:20:08 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA24866; Mon, 9 Sep 1996 15:20:03 -0700 (PDT) Resent-Date: Mon, 9 Sep 1996 15:20:03 -0700 (PDT) Resent-Message-Id: <199609092220.PAA24866@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, "smp@" 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 PAA24446 for ; Mon, 9 Sep 1996 15:14:35 -0700 (PDT) Received: (from smp@localhost) by rick.systemsix.com (8.7.5/8.7.3) id QAA03666; Mon, 9 Sep 1996 16:15:15 -0600 (MDT) Message-Id: <199609092215.QAA03666@rick.systemsix.com> Date: Mon, 9 Sep 1996 16:15:15 -0600 (MDT) From: "smp@" Reply-To: "smp@" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/1591: SMP kernel fix 960909.1 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1591 >Category: kern >Synopsis: i386/i386/mpcore.s stores _mpfps at incorrect address >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Sep 9 15:20:01 PDT 1996 >Last-Modified: >Originator: Steve Passe >Organization: New Ideas >Release: FreeBSD 2.2-CURRENT i386 >Environment: smp-sys as of August 27, 1996 >Description: line 113 of mpcore.s says: movl %esi, _mpfps /* Store the physical address */ at this point we have NOT started paging so the address, which is linked to kernel space, is not correct. This hasen't been a problem so far since _mpfps is not used anywhere (unless it clobbers other data). >How-To-Repeat: not relevant. >Fix: change line #113 of mpcore.s to: movl %esi, _mpfps-KERNBASE /* Store the physical address */ >Audit-Trail: >Unformatted: