We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2794f8e commit d863066Copy full SHA for d863066
arch/parisc/kernel/perf.c
@@ -57,7 +57,7 @@ struct rdr_tbl_ent {
57
static int perf_processor_interface __read_mostly = UNKNOWN_INTF;
58
static int perf_enabled __read_mostly;
59
static DEFINE_SPINLOCK(perf_lock);
60
-struct parisc_device *cpu_device __read_mostly;
+static struct parisc_device *cpu_device __read_mostly;
61
62
/* RDRs to write for PCX-W */
63
static const int perf_rdrs_W[] =
0 commit comments