On Wed, Jun 24, 2009 at 03:40:33AM +0900, Paul Mundt wrote: > sh: Fix up HAVE_PERF_COUNTERS typo. >
just fyi while wiring this up myself...
Your set_perf_counter_pending when CONFIG_PERF_COUNTERS=y is wrong, as it's a extern in <linux/perf_counters.h>, you'll probably want to make it a static inline. (Yeah, I blagged your header. ;-)