s390/pai: move enum definition to header file
authorThomas Richter <tmricht@linux.ibm.com>
Thu, 20 Oct 2022 08:52:24 +0000 (10:52 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 26 Oct 2022 12:46:51 +0000 (14:46 +0200)
commit4c78796301700bb9de82fce34c33adb1699b0ed9
treec1e0944b40ecc2dad083135ef46903456f87b1d4
parent55af33fdec50a9a88f0dc0f8b898db7399e32645
s390/pai: move enum definition to header file

Move enum definition to header file. This is done in preparation
for a follow on patch where this enum will be used in another source
file.
Also change the enum name from paiext_mode to paievt_mode
to indicate this enum is now used for several events.
Make naming consistent and rename PAI_MODE_COUNTER to PAI_MODE_COUNTING.

Signed-off-by: Thomas Richter <tmricht@linux.ibm.com>
Acked-by: Sumanth Korikkar <sumanthk@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/pai.h
arch/s390/kernel/perf_pai_ext.c