-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The handlers of native and foreign interrupts are hardcoded in FIQ and IRQ handlers. This patch generalizes these handlers in macros. For ARM GICv2 mode, FIQ handler calls native interrupt handler and IRQ handler calls foreign interrupt handler. Signed-off-by: David Wang <david.wang@arm.com> Tested-by: David Wang <david.wang@arm.com> (juno arm32 and arm64) Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
- Loading branch information
David Wang
committed
Apr 13, 2017
1 parent
93c9df5
commit 051339f
Showing
2 changed files
with
125 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters