mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 23:50:53 +07:00
s390/perf: make print_debug_cf() static
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
43eab38118
commit
443fc8a3e0
@ -121,7 +121,7 @@ unsigned long perf_misc_flags(struct pt_regs *regs)
|
||||
: PERF_RECORD_MISC_KERNEL;
|
||||
}
|
||||
|
||||
void print_debug_cf(void)
|
||||
static void print_debug_cf(void)
|
||||
{
|
||||
struct cpumf_ctr_info cf_info;
|
||||
int cpu = smp_processor_id();
|
||||
|
Loading…
Reference in New Issue
Block a user