aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/perf_counter.h
blob: a8153c2aa6faf20db8fd1ef661218536d046362c (plain) (blame)
1
2
3
4
5
6
7
#ifndef __ASM_SH_PERF_COUNTER_H
#define __ASM_SH_PERF_COUNTER_H

/* SH only supports software counters through this interface. */
#define set_perf_counter_pending()	do { } while (0)

#endif /* __ASM_SH_PERF_COUNTER_H */