This enables support for the generic software-based perf counters. Hardware counter support could be added in the future, but the lack of a performance counter IRQ makes this rather dubious. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
8 lines
220 B
C
8 lines
220 B
C
#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 */
|