summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorKeith Busch <keith.busch@intel.com>2017-04-28 12:02:49 -0400
committerBjorn Helgaas <bhelgaas@google.com>2017-05-22 18:42:44 -0500
commit69a3025def543b66a9610c86706eebb6b160d3b8 (patch)
treee621e68777b6ef6e7209a245d746ce6838dcac24 /tools/perf/scripts/python/syscall-counts.py
parent993d668183fa49b63939a4f62a558d487fd50c22 (diff)
PCI/DPC: Fix control register setting
This driver was OR'ing desired bits from the existing control setting. That could create an invalid DPC Trigger Enabled configuration if the platform previously set this to "ERR_FATAL", 01b. The driver currently wants to set this to ERR_NONFATAL/ERR_FATAL, 10b, and the logical OR of this gets 11b, which is reserved. Fix that by masking off the fields it is setting. Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions