blob: a7205a3828cb1553b89bb6730263c6549f26fbb9 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/*
* 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) {}
|