···1616 select RTC_DRV_GENERIC1717 select INIT_ALL_POSSIBLE1818 select BUG1919+ select HAVE_PERF_COUNTERS1920 help2021 The PA-RISC microprocessor is designed by Hewlett-Packard and used2122 in many of their workstations & servers (HP9000 700 and 800 series,
+7
arch/parisc/include/asm/perf_counter.h
···11+#ifndef __ASM_PARISC_PERF_COUNTER_H22+#define __ASM_PARISC_PERF_COUNTER_H33+44+/* parisc only supports software counters through this interface. */55+static inline void set_perf_counter_pending(void) { }66+77+#endif /* __ASM_PARISC_PERF_COUNTER_H */