diff options
author | Hector Martin <[email protected]> | 2021-03-15 11:56:28 +0000 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2021-03-24 20:19:30 +0000 |
commit | f0098155d337cab638cf18e37a3e9257d653d481 (patch) | |
tree | 47a00c48bb77866e324591f2aa963854e8a0f264 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 9eb563cdabe1d583c262042d5d44cc256f644543 (diff) |
arm64: Always keep DAIF.[IF] in sync
Apple SoCs (A11 and newer) have some interrupt sources hardwired to the
FIQ line. We implement support for this by simply treating IRQs and FIQs
the same way in the interrupt vectors.
To support these systems, the FIQ mask bit needs to be kept in sync with
the IRQ mask bit, so both kinds of exceptions are masked together. No
other platforms should be delivering FIQ exceptions right now, and we
already unmask FIQ in normal process context, so this should not have an
effect on other systems - if spurious FIQs were arriving, they would
already panic the kernel.
Signed-off-by: Hector Martin <[email protected]>
Signed-off-by: Mark Rutland <[email protected]>
Tested-by: Hector Martin <[email protected]>
Cc: James Morse <[email protected]>
Cc: Marc Zyngier <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Will Deacon <[email protected]>
Acked-by: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions