From owner-cvs-all@FreeBSD.ORG Wed Apr 20 20:48:51 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63F8916A4CE; Wed, 20 Apr 2005 20:48:51 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3A4E43D31; Wed, 20 Apr 2005 20:48:50 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j3KKlJux022351; Wed, 20 Apr 2005 14:47:19 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 20 Apr 2005 14:47:19 -0600 (MDT) Message-Id: <20050420.144719.59675325.imp@bsdimp.com> To: marcel@xcllnt.net From: Warner Losh In-Reply-To: <20050420203942.GA29364@ns1.xcllnt.net> References: <20050420.135023.112604432.imp@bsdimp.com> <20050420203942.GA29364@ns1.xcllnt.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/include pmc_mdep.h src/sys/arm/include pmc_mdep.h src/sys/ia64/include pmc_mdep.h src/sys/powerpc/include pmc_mdep.h src/sys/sparc64/include pmc_mdep.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2005 20:48:51 -0000 From: Marcel Moolenaar Subject: Re: cvs commit: src/sys/alpha/include pmc_mdep.h src/sys/arm/include pmc_mdep.h src/sys/ia64/include pmc_mdep.h src/sys/powerpc/include pmc_mdep.h src/sys/sparc64/include pmc_mdep.h Date: Wed, 20 Apr 2005 13:39:42 -0700 > On Wed, Apr 20, 2005 at 01:50:23PM -0600, Warner Losh wrote: > > From: Marcel Moolenaar > > Subject: Re: cvs commit: src/sys/alpha/include pmc_mdep.h src/sys/arm/include pmc_mdep.h src/sys/ia64/include pmc_mdep.h src/sys/powerpc/include pmc_mdep.h src/sys/sparc64/include pmc_mdep.h > > Date: Wed, 20 Apr 2005 12:47:31 -0700 > > > > > > > > > > How do you get around the #error in sys/pcm.h? > > > > > > Remove it. The lack of union pm_md is not in the way of making it > > > compile on other platforms. > > > > Yes. The union should be defined in the pmc_mdep.h files... > > Yes, that too. That's not part of the changes now though. First, I > want it compiled on all platforms (meaningfully or otherwise). Then > you can move code around and extend, knowing that the tinderbox > will be watching over your shoulder. Sounds good. Right now, it is only built on i386, pc98 and amd64, so once you have something in place that builds everywhere, we can move it back to all platforms. Thanks for pitching in... warner