diff options
Diffstat (limited to 'arch/mips/include/asm/perf_event.h')
| -rw-r--r-- | arch/mips/include/asm/perf_event.h | 12 | 
1 files changed, 1 insertions, 11 deletions
| diff --git a/arch/mips/include/asm/perf_event.h b/arch/mips/include/asm/perf_event.h index e00007cf8162..d0c77496c728 100644 --- a/arch/mips/include/asm/perf_event.h +++ b/arch/mips/include/asm/perf_event.h @@ -11,15 +11,5 @@  #ifndef __MIPS_PERF_EVENT_H__  #define __MIPS_PERF_EVENT_H__ - -/* - * MIPS performance counters do not raise NMI upon overflow, a regular - * interrupt will be signaled. Hence we can do the pending perf event - * work at the tail of the irq handler. - */ -static inline void -set_perf_event_pending(void) -{ -} - +/* Leave it empty here. The file is required by linux/perf_event.h */  #endif /* __MIPS_PERF_EVENT_H__ */ | 
