From owner-freebsd-smp Wed Jun 21 0:41:27 2000 Delivered-To: freebsd-smp@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 5A2A637B787 for ; Wed, 21 Jun 2000 00:41:24 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id AAA91331; Wed, 21 Jun 2000 00:41:03 -0700 (PDT) (envelope-from dillon) Date: Wed, 21 Jun 2000 00:41:03 -0700 (PDT) From: Matthew Dillon Message-Id: <200006210741.AAA91331@apollo.backplane.com> To: Jason Evans , Greg Lehey Cc: Warner Losh , The Hermit Hacker , freebsd-smp@FreeBSD.ORG Subject: SP Patchset #1 up Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The single-processor patchset is now up on my web page: http://apollo.backplane.com/FreeBSDSmp/ This patch set will break MP builds, and it will break the alpha (since interrupt requirements have changed and machine-dependant code needs new functions). We will not be able to make MP builds work until Greg has got the heavy-weight interrupt threading in place and I rewrite the MP interrupt code (which is set of assembly files independant from the SP interrupt code). My part of it will take another weekend. People using this patchset should do minimalist SP builds. I have tested it on an IDE and a SCSI box and it appears to work (read: not crash if I build a kernel on it). There are lots of pieces missing, I probably missed some of the SPL code (that is, SPL code that runs outside of the GiantMutex. Stuff inside GiantMutex is just fine). But it's a good base to start with... it should be good enough for Greg to be able to start working on the interrupt threads. I hacked the syscons spl's to pieces, they are almost certainly not completely correct but probably not any worse then they were before (all those spltty's were useless for the most part since SIO uses a fast interrupt which ignores cpl protection already). I will put a document together on the web page describing the new calls. This is a very rough patchset, it's going to take a lot of hands to smooth out. Remember that the goal of this patchset is to get most of the infrastructure in place so that others can start working on the system in parallel. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message