aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/include/asm/perf_counter.h
diff options
context:
space:
mode:
authorKyle McMartin <kyle@mcmartin.ca>2009-06-23 21:38:49 -0400
committerKyle McMartin <kyle@mcmartin.ca>2009-07-03 03:34:12 +0000
commit2d4618dce6a318ff4ec78dfe492cc3793015d540 (patch)
treeb262252b97743a6ff4e1011d7069cc9097d3dba3 /arch/parisc/include/asm/perf_counter.h
parentabf1e11a0dcf5514139cb76ed8eb050107653abd (diff)
parisc: perf: wire up sys_perf_counter_open
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc/include/asm/perf_counter.h')
-rw-r--r--arch/parisc/include/asm/perf_counter.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/perf_counter.h b/arch/parisc/include/asm/perf_counter.h
new file mode 100644
index 00000000000..dc9e829f701
--- /dev/null
+++ b/arch/parisc/include/asm/perf_counter.h
@@ -0,0 +1,7 @@
+#ifndef __ASM_PARISC_PERF_COUNTER_H
+#define __ASM_PARISC_PERF_COUNTER_H
+
+/* parisc only supports software counters through this interface. */
+static inline void set_perf_counter_pending(void) { }
+
+#endif /* __ASM_PARISC_PERF_COUNTER_H */