Skip to content

DRAFT: Example reserved IRQs in device tree - #15

Open
kent-mcleod wants to merge 1 commit into
masterfrom
kent/irqs
Open

DRAFT: Example reserved IRQs in device tree#15
kent-mcleod wants to merge 1 commit into
masterfrom
kent/irqs

Conversation

@kent-mcleod

Copy link
Copy Markdown
Owner

No description provided.

#endif

for (i = 0; i < ARRAY_SIZE(reserved_irqs); i++) {
setIRQState(IRQReserved, CORE_IRQ_TO_IRQT(0, reserved_irqs[i]));

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One issue with this approach is that the current gicv3 driver disables these IRQs at the distributor. IT's possible for one kernel to disable IRQs of another kernel if it starts up later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant