Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 1996 12:35:17 -0700 (PDT)
From:      Peter Wemm <peter>
To:        smp
Subject:   CVS update: sys/kern
Message-ID:  <199605071935.MAA27603@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

Date:	Tuesday May 7, 1996 @ 12:35
Author:	peter

Update of /home/smp/sys/kern
In directory freefall.freebsd.org:/tmp/cvs-serv26352/kern

Modified Files:
	init_main.c kern_synch.c subr_prf.c 
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: init_main.c      	Status: Up-to-date

   Working revision:	1.13	Tue May  7 19:34:06 1996
   Repository revision:	1.13	/home/smp/sys/kern/init_main.c,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: kern_synch.c     	Status: Up-to-date

   Working revision:	1.5	Tue May  7 19:34:19 1996
   Repository revision:	1.5	/home/smp/sys/kern/kern_synch.c,v
   Sticky Options:	-ko

   Existing Tags:
	v960506                  	(revision: 1.1.1.2)
	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)

===================================================================
File: subr_prf.c       	Status: Up-to-date

   Working revision:	1.6	Tue May  7 19:34:25 1996
   Repository revision:	1.6	/home/smp/sys/kern/subr_prf.c,v
   Sticky Options:	-ko

   Existing Tags:
	v960506                  	(revision: 1.1.1.2)
	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)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605071935.MAA27603>