Ingo Molnar | cdd6c48 | 2009-09-21 12:02:48 +0200 | [diff] [blame] | 1 | /* |
2 | * Performance event support - s390 specific definitions. | ||||
3 | * | ||||
4 | * Copyright 2009 Martin Schwidefsky, IBM Corporation. | ||||
5 | */ | ||||
6 | |||||
7 | static inline void set_perf_event_pending(void) {} | ||||
8 | static inline void clear_perf_event_pending(void) {} | ||||
9 | |||||
10 | #define PERF_EVENT_INDEX_OFFSET 0 |