You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x86/idtentry: Add a macro to create IDT entry stubs
The symbols irq_entries_start and spurious_entries_start are tables of
IDT entry stubs that are subsequently used to populate the interrupt
descriptor table.
The code for both stubs tables is identical. Wrap it in a macro.
Signed-off-by: Ricardo Neri <[email protected]>
---
Changes since v1:
* None
0 commit comments