diff options
author | David E. Box <david.e.box@linux.intel.com> | 2021-04-16 20:12:44 -0700 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-04-19 10:41:24 +0200 |
commit | c9f86d6ca6b5e23d30d16ade4b9fff5b922a610a (patch) | |
tree | 70b9ebcaae185951c55c97678c09e013ae4434a6 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 823b31517ad3196324322804ee365d5fcff704d6 (diff) |
platform/x86: intel_pmc_core: Don't use global pmcdev in quirks
The DMI callbacks, used for quirks, currently access the PMC by getting
the address a global pmc_dev struct. Instead, have the callbacks set a
global quirk specific variable. In probe, after calling dmi_check_system(),
pass pmc_dev to a function that will handle each quirk if its variable
condition is met. This allows removing the global pmc_dev later.
Signed-off-by: David E. Box <david.e.box@linux.intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Rajneesh Bhardwaj <irenic.rajneesh@gmail.com>
Link: https://lore.kernel.org/r/20210417031252.3020837-2-david.e.box@linux.intel.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions