Skip to content

Commit 492578d

Browse files
Thomas Richterhcahca
authored andcommitted
s390/pai: Rename perf_pai_crypto.c to perf_pai.c
Rename perf_pai_crypto.c to perf_pai.c. The new perf_pai.c contains both PAI device drivers: - pai_crypto for PAI crypto counter set - pai_ext for PAI NNPA counter set The rename reflects this common driver supporting both PMUs. Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Reviewed-by: Jan Polensky <japo@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
1 parent 8b65b0b commit 492578d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

arch/s390/kernel/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ obj-$(CONFIG_IMA_SECURE_AND_OR_TRUSTED_BOOT) += ima_arch.o
7979
obj-$(CONFIG_PERF_EVENTS) += perf_event.o
8080
obj-$(CONFIG_PERF_EVENTS) += perf_cpum_cf.o perf_cpum_sf.o
8181
obj-$(CONFIG_PERF_EVENTS) += perf_cpum_cf_events.o perf_regs.o
82-
obj-$(CONFIG_PERF_EVENTS) += perf_pai_crypto.o
82+
obj-$(CONFIG_PERF_EVENTS) += perf_pai.o
8383

8484
obj-$(CONFIG_TRACEPOINTS) += trace.o
8585

0 commit comments

Comments
 (0)