diff options
Diffstat (limited to 'arch/mips/kernel/perf_event_mipsxx.c')
-rw-r--r-- | arch/mips/kernel/perf_event_mipsxx.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips/kernel/perf_event_mipsxx.c b/arch/mips/kernel/perf_event_mipsxx.c index d67fb64e908c..e0ebaa0a333e 100644 --- a/arch/mips/kernel/perf_event_mipsxx.c +++ b/arch/mips/kernel/perf_event_mipsxx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Linux performance counter support for MIPS. | 3 | * Linux performance counter support for MIPS. |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * based on the sparc64 perf event code and the x86 code. Performance | 10 | * based on the sparc64 perf event code and the x86 code. Performance |
10 | * counter access is based on the MIPS Oprofile code. And the callchain | 11 | * counter access is based on the MIPS Oprofile code. And the callchain |
11 | * support references the code of MIPS stacktrace.c. | 12 | * support references the code of MIPS stacktrace.c. |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #include <linux/cpumask.h> | 15 | #include <linux/cpumask.h> |