diff options
author | Paul Burton <[email protected]> | 2017-09-05 11:28:46 -0700 |
---|---|---|
committer | Marc Zyngier <[email protected]> | 2017-09-19 19:44:07 +0100 |
commit | 90019f8fcd71bf71653690329e32f41489e96122 (patch) | |
tree | ca15fe3bb005dda2f7e415ee71b565ced683b936 /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 6c09ffd027255d97c536aa4ac51a90973adfedc6 (diff) |
irqchip.mips-gic: Fix shared interrupt mask writes
The write_gic_smask() & write_gic_rmask() functions take a shared
interrupt number as a parameter, but we're incorrectly providing them a
bitmask with the shared interrupt's bit set. This effectively means that
we mask or unmask the shared interrupt 1<<n rather than shared interrupt
n, and as a result likely drop interrupts.
Signed-off-by: Paul Burton <[email protected]>
Fixes: 68898c8765f4 ("irqchip: mips-gic: Drop gic_(re)set_mask() functions")
Cc: Jason Cooper <[email protected]>
Cc: Marc Zyngier <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Marc Zyngier <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions