projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2794f8e
)
parisc: perf: Make cpu_device variable static
author
Helge Deller
<deller@gmx.de>
Thu, 10 Aug 2023 21:00:18 +0000
(23:00 +0200)
committer
Helge Deller
<deller@gmx.de>
Thu, 10 Aug 2023 21:00:18 +0000
(23:00 +0200)
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/perf.c
patch
|
blob
|
history
diff --git
a/arch/parisc/kernel/perf.c
b/arch/parisc/kernel/perf.c
index 90b04d8af21208e6206242b402d5caf20ba415e5..b0f0816879df8ff18c9f1da0ef1ce1acb3661906 100644
(file)
--- a/
arch/parisc/kernel/perf.c
+++ b/
arch/parisc/kernel/perf.c
@@
-57,7
+57,7
@@
struct rdr_tbl_ent {
static int perf_processor_interface __read_mostly = UNKNOWN_INTF;
static int perf_enabled __read_mostly;
static DEFINE_SPINLOCK(perf_lock);
-struct parisc_device *cpu_device __read_mostly;
+st
atic st
ruct parisc_device *cpu_device __read_mostly;
/* RDRs to write for PCX-W */
static const int perf_rdrs_W[] =