|
@@ -2,6 +2,6 @@
|
|
#define __ASM_SH_PERF_COUNTER_H
|
|
#define __ASM_SH_PERF_COUNTER_H
|
|
|
|
|
|
/* SH only supports software counters through this interface. */
|
|
/* SH only supports software counters through this interface. */
|
|
-#define set_perf_counter_pending() do { } while (0)
|
|
|
|
|
|
+static inline void set_perf_counter_pending(void) {}
|
|
|
|
|
|
#endif /* __ASM_SH_PERF_COUNTER_H */
|
|
#endif /* __ASM_SH_PERF_COUNTER_H */
|