From 39d4b4accf7155cb1540f21d4b50a151301721ac Mon Sep 17 00:00:00 2001 From: jkoshy Date: Fri, 7 Dec 2007 13:45:47 +0000 Subject: Add stubs to unbreak LINT. --- sys/powerpc/include/pmc_mdep.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/powerpc') diff --git a/sys/powerpc/include/pmc_mdep.h b/sys/powerpc/include/pmc_mdep.h index d5417c3..81a41fd 100644 --- a/sys/powerpc/include/pmc_mdep.h +++ b/sys/powerpc/include/pmc_mdep.h @@ -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_ */ -- cgit v1.1