Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-block.git] / arch / sh / include / asm / perf_counter.h
CommitLineData
9c93e596
PM
1#ifndef __ASM_SH_PERF_COUNTER_H
2#define __ASM_SH_PERF_COUNTER_H
3
4/* SH only supports software counters through this interface. */
d94d4adb 5static inline void set_perf_counter_pending(void) {}
9c93e596 6
47220f62
PM
7#define PERF_COUNTER_INDEX_OFFSET 0
8
9c93e596 9#endif /* __ASM_SH_PERF_COUNTER_H */