Skip to content

Commit

Permalink
sh: define PERF_COUNTER_INDEX_OFFSET.
Browse files Browse the repository at this point in the history
Fixes up recent build breakage.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jul 3, 2009
1 parent 7c5371c commit 47220f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/sh/include/asm/perf_counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
/* SH only supports software counters through this interface. */
static inline void set_perf_counter_pending(void) {}

#define PERF_COUNTER_INDEX_OFFSET 0

#endif /* __ASM_SH_PERF_COUNTER_H */

0 comments on commit 47220f6

Please sign in to comment.