From owner-cvs-all Sat Mar 7 12:18:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12222 for cvs-all-outgoing; Sat, 7 Mar 1998 12:18:39 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12216; Sat, 7 Mar 1998 12:18:38 -0800 (PST) (envelope-from tegge@FreeBSD.org) From: Tor Egge Received: (from tegge@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA09004; Sat, 7 Mar 1998 12:16:51 -0800 (PST) Date: Sat, 7 Mar 1998 12:16:51 -0800 (PST) Message-Id: <199803072016.MAA09004@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 machdep.c mp_machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk tegge 1998/03/07 12:16:51 PST Modified files: sys/i386/i386 machdep.c mp_machdep.c Log: The APs now reload the interrupt descriptor table pointer after f00f_hack has run. Use the global r_idt descriptor in f00f_hack when in SMP mode, so the APs find the relocated interrupt descriptor table. Submitted by: Partially from David A Adkins Revision Changes Path 1.292 +3 -1 src/sys/i386/i386/machdep.c 1.70 +6 -1 src/sys/i386/i386/mp_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message