diff options
author | Hendrik Brueckner <brueckner@linux.ibm.com> | 2018-08-06 15:56:43 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2019-02-22 09:19:46 +0100 |
commit | 30e145f811428e1a96738fbc1f98ccc91f412d93 (patch) | |
tree | b2bbfc2f7c875e026ba1ca73fcdc9d59dc0026f3 /arch/s390/include/asm/perf_event.h | |
parent | s390/extmem: print DCSS range with %px (diff) | |
download | linux-30e145f811428e1a96738fbc1f98ccc91f412d93.tar.xz linux-30e145f811428e1a96738fbc1f98ccc91f412d93.zip |
s390/cpum_cf: move counter set controls to a new header file
Move counter set specific controls and functions to the asm/cpu_mcf.h
header file containg all counter facility support definitions. Also
adapt few variable names and header file includes. No functional changes.
Signed-off-by: Hendrik Brueckner <brueckner@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/perf_event.h')
-rw-r--r-- | arch/s390/include/asm/perf_event.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/include/asm/perf_event.h b/arch/s390/include/asm/perf_event.h index b9c0e361748b..70240961df74 100644 --- a/arch/s390/include/asm/perf_event.h +++ b/arch/s390/include/asm/perf_event.h @@ -12,7 +12,6 @@ #include <linux/perf_event.h> #include <linux/device.h> -#include <asm/cpu_mf.h> /* Per-CPU flags for PMU states */ #define PMU_F_RESERVED 0x1000 |