android_kernel_cmhtcleo/arch/sh/include/asm/perf_event.h

10 lines
246 B
C
Raw Normal View History

2010-08-27 09:19:57 +00:00
#ifndef __ASM_SH_PERF_EVENT_H
#define __ASM_SH_PERF_EVENT_H
/* SH only supports software events through this interface. */
static inline void set_perf_event_pending(void) {}
#define PERF_EVENT_INDEX_OFFSET 0
#endif /* __ASM_SH_PERF_EVENT_H */