]> Pileus Git - ~andy/linux/blobdiff - arch/parisc/include/asm/perf_event.h
perf: Do the big rename: Performance Counters -> Performance Events
[~andy/linux] / arch / parisc / include / asm / perf_event.h
diff --git a/arch/parisc/include/asm/perf_event.h b/arch/parisc/include/asm/perf_event.h
new file mode 100644 (file)
index 0000000..cc14642
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __ASM_PARISC_PERF_EVENT_H
+#define __ASM_PARISC_PERF_EVENT_H
+
+/* parisc only supports software events through this interface. */
+static inline void set_perf_event_pending(void) { }
+
+#endif /* __ASM_PARISC_PERF_EVENT_H */