Deleted Added
full compact
pmc_mdep.h (147191) pmc_mdep.h (174405)
1/*-
2 * This file is in the public domain.
3 *
1/*-
2 * This file is in the public domain.
3 *
4 * $FreeBSD: head/sys/powerpc/include/pmc_mdep.h 147191 2005-06-09 19:45:09Z jkoshy $
4 * $FreeBSD: head/sys/powerpc/include/pmc_mdep.h 174405 2007-12-07 13:45:47Z jkoshy $
5 */
6
7#ifndef _MACHINE_PMC_MDEP_H_
8#define _MACHINE_PMC_MDEP_H_
9
10union pmc_md_op_pmcallocate {
11 uint64_t __pad[4];
12};
13
14/* Logging */
15#define PMCLOG_READADDR PMCLOG_READ32
16#define PMCLOG_EMITADDR PMCLOG_EMIT32
17
18#if _KERNEL
19
20union pmc_md_pmc {
21};
22
5 */
6
7#ifndef _MACHINE_PMC_MDEP_H_
8#define _MACHINE_PMC_MDEP_H_
9
10union pmc_md_op_pmcallocate {
11 uint64_t __pad[4];
12};
13
14/* Logging */
15#define PMCLOG_READADDR PMCLOG_READ32
16#define PMCLOG_EMITADDR PMCLOG_EMIT32
17
18#if _KERNEL
19
20union pmc_md_pmc {
21};
22
23#define PMC_TRAPFRAME_TO_PC(TF) (0) /* Stubs */
24#define PMC_TRAPFRAME_TO_FP(TF) (0)
25#define PMC_TRAPFRAME_TO_SP(TF) (0)
26
23#endif
24
25#endif /* !_MACHINE_PMC_MDEP_H_ */
27#endif
28
29#endif /* !_MACHINE_PMC_MDEP_H_ */