···16 select RTC_DRV_GENERIC17 select INIT_ALL_POSSIBLE18 select BUG019 help20 The PA-RISC microprocessor is designed by Hewlett-Packard and used21 in many of their workstations & servers (HP9000 700 and 800 series,
···16 select RTC_DRV_GENERIC17 select INIT_ALL_POSSIBLE18 select BUG19+ select HAVE_PERF_COUNTERS20 help21 The PA-RISC microprocessor is designed by Hewlett-Packard and used22 in many of their workstations & servers (HP9000 700 and 800 series,
+7
arch/parisc/include/asm/perf_counter.h
···0000000
···1+#ifndef __ASM_PARISC_PERF_COUNTER_H2+#define __ASM_PARISC_PERF_COUNTER_H3+4+/* parisc only supports software counters through this interface. */5+static inline void set_perf_counter_pending(void) { }6+7+#endif /* __ASM_PARISC_PERF_COUNTER_H */