svn commit: r193641 - in stable/7/sys: arm/include ia64/include powerpc/include sparc64/include sun4v/include

Fabien Thomas fabient at FreeBSD.org
Sun Jun 7 19:12:42 UTC 2009


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_ */


More information about the svn-src-stable mailing list