From owner-cvs-src@FreeBSD.ORG Wed Apr 20 19:51:38 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC2CE16A4CE; Wed, 20 Apr 2005 19:51:38 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 582E243D39; Wed, 20 Apr 2005 19:51:38 +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 j3KJoNoi038559; Wed, 20 Apr 2005 13:50:23 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 20 Apr 2005 13:50:23 -0600 (MDT) Message-Id: <20050420.135023.112604432.imp@bsdimp.com> To: marcel@xcllnt.net From: Warner Losh In-Reply-To: References: <200504201844.j3KIirLn035362@repoman.freebsd.org> <20050420.131734.104052464.imp@bsdimp.com> 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: marcel@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@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-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2005 19:51:38 -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 12:47:31 -0700 > > On Apr 20, 2005, at 12:17 PM, Warner Losh wrote: > > > From: Marcel Moolenaar > > Subject: 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 18:44:53 +0000 (UTC) > > > >> marcel 2005-04-20 18:44:53 UTC > >> > >> FreeBSD src repository > >> > >> Added files: > >> sys/alpha/include pmc_mdep.h > >> sys/arm/include pmc_mdep.h > >> sys/ia64/include pmc_mdep.h > >> sys/powerpc/include pmc_mdep.h > >> sys/sparc64/include pmc_mdep.h > >> Log: > >> Add empty header (except of the multiple-inclusion protection) to > >> get hwpmc(4) to compile on this platform. > > > > 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... Warner