mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 13:36:02 +07:00
2d4618dce6
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
8 lines
238 B
C
8 lines
238 B
C
#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 */
|