From owner-freebsd-smp Tue May 7 12:35:22 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA27640 for smp-outgoing; Tue, 7 May 1996 12:35:22 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA27634 for smp; Tue, 7 May 1996 12:35:21 -0700 (PDT) Date: Tue, 7 May 1996 12:35:21 -0700 (PDT) From: Peter Wemm Message-Id: <199605071935.MAA27634@freefall.freebsd.org> To: smp Subject: CVS update: sys/sys Sender: owner-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Date: Tuesday May 7, 1996 @ 12:35 Author: peter Update of /home/smp/sys/sys In directory freefall.freebsd.org:/tmp/cvs-serv26352/sys Modified Files: kernel.h proc.h Log Message: Yippee! It works again! :-) (this is being committed from an active smp system.. :-) ) changes: - uses phk's new locore.s, with minimal changes. - the apic is no longer mapped with V == P, hence no special pde/ptd is needed. It's now a floating address, dereferenced via apic_base - a good deal of the additional assembler code is just about ready to come out as C functions. - assembler macros to get to the apic etc are now using the indirects - some include file de-nesting - expect_mplock doesn't expect it if not smp_active (phk) - *more* serial debugging.. ugh! :-( =================================================================== File: kernel.h Status: Up-to-date Working revision: 1.5 Tue May 7 19:34:32 1996 Repository revision: 1.5 /home/smp/sys/sys/kernel.h,v Sticky Options: -ko Existing Tags: v960506 (revision: 1.1.1.1) v960421 (revision: 1.1.1.1) v960414 (revision: 1.1.1.1) v960406 (revision: 1.1.1.1) v960403 (revision: 1.1.1.1) CURRENT (branch: 1.1.1) current270396 (revision: 1.1.1.1) FBSD (branch: 1.1.1) =================================================================== File: proc.h Status: Up-to-date Working revision: 1.7 Tue May 7 19:34:46 1996 Repository revision: 1.7 /home/smp/sys/sys/proc.h,v Sticky Options: -ko Existing Tags: v960506 (revision: 1.1.1.3) v960421 (revision: 1.1.1.2) v960414 (revision: 1.1.1.2) v960406 (revision: 1.1.1.1) v960403 (revision: 1.1.1.1) CURRENT (branch: 1.1.1) current270396 (revision: 1.1.1.1) FBSD (branch: 1.1.1)