2009-06-17 16:34:45 +09:00
|
|
|
#ifndef __ASM_SH_PERF_COUNTER_H
|
|
|
|
#define __ASM_SH_PERF_COUNTER_H
|
|
|
|
|
|
|
|
/* SH only supports software counters through this interface. */
|
2009-06-24 22:35:30 +09:00
|
|
|
static inline void set_perf_counter_pending(void) {}
|
2009-06-17 16:34:45 +09:00
|
|
|
|
2009-07-03 13:08:28 +09:00
|
|
|
#define PERF_COUNTER_INDEX_OFFSET 0
|
|
|
|
|
2009-06-17 16:34:45 +09:00
|
|
|
#endif /* __ASM_SH_PERF_COUNTER_H */
|