Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2009 19:12:40 +0000 (UTC)
From:      Fabien Thomas <fabient@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r193641 - in stable/7/sys: arm/include ia64/include powerpc/include sparc64/include sun4v/include
Message-ID:  <200906071912.n57JCewB002479@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fabient
Date: Sun Jun  7 19:12:40 2009
New Revision: 193641
URL: http://svn.freebsd.org/changeset/base/193641

Log:
  Unbreak LINT.

Modified:
  stable/7/sys/arm/include/pmc_mdep.h
  stable/7/sys/ia64/include/pmc_mdep.h
  stable/7/sys/powerpc/include/pmc_mdep.h
  stable/7/sys/sparc64/include/pmc_mdep.h
  stable/7/sys/sun4v/include/pmc_mdep.h

Modified: stable/7/sys/arm/include/pmc_mdep.h
==============================================================================
--- stable/7/sys/arm/include/pmc_mdep.h	Sun Jun  7 19:12:08 2009	(r193640)
+++ stable/7/sys/arm/include/pmc_mdep.h	Sun Jun  7 19:12:40 2009	(r193641)
@@ -19,6 +19,10 @@ union pmc_md_op_pmcallocate {
 union pmc_md_pmc {
 };
 
+#define	PMC_TRAPFRAME_TO_PC(TF)	(0)	/* Stubs */
+#define	PMC_TRAPFRAME_TO_FP(TF)	(0)
+#define	PMC_TRAPFRAME_TO_SP(TF)	(0)
+
 #endif
 
 #endif /* !_MACHINE_PMC_MDEP_H_ */

Modified: stable/7/sys/ia64/include/pmc_mdep.h
==============================================================================
--- stable/7/sys/ia64/include/pmc_mdep.h	Sun Jun  7 19:12:08 2009	(r193640)
+++ stable/7/sys/ia64/include/pmc_mdep.h	Sun Jun  7 19:12:40 2009	(r193641)
@@ -19,6 +19,10 @@ union pmc_md_op_pmcallocate {
 union pmc_md_pmc {
 };
 
+#define	PMC_TRAPFRAME_TO_PC(TF)	(0)	/* Stubs */
+#define	PMC_TRAPFRAME_TO_FP(TF)	(0)
+#define	PMC_TRAPFRAME_TO_SP(TF)	(0)
+
 #endif
 
 #endif /* !_MACHINE_PMC_MDEP_H_ */

Modified: stable/7/sys/powerpc/include/pmc_mdep.h
==============================================================================
--- stable/7/sys/powerpc/include/pmc_mdep.h	Sun Jun  7 19:12:08 2009	(r193640)
+++ stable/7/sys/powerpc/include/pmc_mdep.h	Sun Jun  7 19:12:40 2009	(r193641)
@@ -20,6 +20,10 @@ union pmc_md_op_pmcallocate {
 union pmc_md_pmc {
 };
 
+#define	PMC_TRAPFRAME_TO_PC(TF)	(0)	/* Stubs */
+#define	PMC_TRAPFRAME_TO_FP(TF)	(0)
+#define	PMC_TRAPFRAME_TO_SP(TF)	(0)
+
 #endif
 
 #endif /* !_MACHINE_PMC_MDEP_H_ */

Modified: stable/7/sys/sparc64/include/pmc_mdep.h
==============================================================================
--- stable/7/sys/sparc64/include/pmc_mdep.h	Sun Jun  7 19:12:08 2009	(r193640)
+++ stable/7/sys/sparc64/include/pmc_mdep.h	Sun Jun  7 19:12:40 2009	(r193641)
@@ -19,6 +19,10 @@ union pmc_md_op_pmcallocate {
 union pmc_md_pmc {
 };
 
+#define	PMC_TRAPFRAME_TO_PC(TF)	(0)	/* Stubs */
+#define	PMC_TRAPFRAME_TO_FP(TF)	(0)
+#define	PMC_TRAPFRAME_TO_SP(TF)	(0)
+
 #endif
 
 #endif /* !_MACHINE_PMC_MDEP_H_ */

Modified: stable/7/sys/sun4v/include/pmc_mdep.h
==============================================================================
--- stable/7/sys/sun4v/include/pmc_mdep.h	Sun Jun  7 19:12:08 2009	(r193640)
+++ stable/7/sys/sun4v/include/pmc_mdep.h	Sun Jun  7 19:12:40 2009	(r193641)
@@ -19,6 +19,10 @@ union pmc_md_op_pmcallocate {
 union pmc_md_pmc {
 };
 
+#define	PMC_TRAPFRAME_TO_PC(TF)	(0)	/* Stubs */
+#define	PMC_TRAPFRAME_TO_FP(TF)	(0)
+#define	PMC_TRAPFRAME_TO_SP(TF)	(0)
+
 #endif
 
 #endif /* !_MACHINE_PMC_MDEP_H_ */



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