s390/cpu_mf: replace stcctm5() with the stcctm() function
authorHendrik Brueckner <brueckner@linux.ibm.com>
Wed, 29 Aug 2018 16:12:17 +0000 (18:12 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 22 Feb 2019 08:19:53 +0000 (09:19 +0100)
commit346d034d7f13da9eb135458a2f6cf14c9b77a637
tree376ec1379a4cbac6579ab3ad3c183f9b7cb45f72
parent778fb10ccc18b16c022be898d8497767c20ea7b5
s390/cpu_mf: replace stcctm5() with the stcctm() function

Remove the stcctm5() function to extract counters from the MT-diagnostic
counter set with the stcctm() function.  For readability, introduce an
enum to map the counter sets names to respective numbers for the stcctm
instruction.

Signed-off-by: Hendrik Brueckner <brueckner@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/cpu_mf.h
arch/s390/kernel/vtime.c