blob: 7015188c2cc275b5cb86ad4ee1d4e326239f9fcc (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* Performance counter support - s390 specific definitions.
*
* Copyright 2009 Martin Schwidefsky, IBM Corporation.
*/
static inline void set_perf_counter_pending(void) {}
static inline void clear_perf_counter_pending(void) {}
#define PERF_COUNTER_INDEX_OFFSET 0
|