From owner-freebsd-smp Fri Apr 18 09:16:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA14348 for smp-outgoing; Fri, 18 Apr 1997 09:16:44 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA14336 for freebsd-smp; Fri, 18 Apr 1997 09:16:40 -0700 (PDT) Date: Fri, 18 Apr 1997 09:16:40 -0700 (PDT) From: Peter Wemm Message-Id: <199704181616.JAA14336@freefall.freebsd.org> To: freebsd-smp Subject: cvs commit: sys/i386/i386 machdep.c mp_machdep.c swtch.s trap.c sys/i386/include segments.h Sender: owner-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/04/18 09:16:38 Modified: i386/i386 machdep.c mp_machdep.c swtch.s trap.c i386/include segments.h Log: Second pass at merge.. Do some "in theory this might work" tweaks for the per-cpu i386tss structure. This is pretty ugly, the common_tss would be an excellent candidate for the per-cpu private memory pages. Revision Changes Path 1.38 +44 -2 sys/i386/i386/machdep.c 1.36 +7 -6 sys/i386/i386/mp_machdep.c 1.34 +10 -0 sys/i386/i386/swtch.s 1.18 +11 -0 sys/i386/i386/trap.c 1.8 +3 -3 sys/i386/include/segments.h