Date: Sat, 7 Mar 1998 12:16:51 -0800 (PST) From: Tor Egge <tegge@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 Message-ID: <199803072016.MAA09004@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <adkin003@tc.umn.edu> Revision Changes Path 1.292 +3 -1 src/sys/i386/i386/machdep.c 1.70 +6 -1 src/sys/i386/i386/mp_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803072016.MAA09004>