Skip to content
Snippets Groups Projects
Commit d89abe2a authored by Nicolai Stange's avatar Nicolai Stange Committed by Thomas Gleixner
Browse files

arch/x86/irq: Purge useless handler declarations from hw_irq.h


arch/x86/include/asm/hw_irq.h contains declarations for the C-level handlers
called into directly from the IDT-referenced assembly stubs. These
declarations are never used as they are referenced from assembly only.

Furthermore, these declarations got their attributes wrong: there is no
'__irqentry' (parameter passing via stack) attached to them.

Also, the list of declarations isn't complete: none of the tracing-capable
variants is declared, for example.

Purge the handler declarations.

Signed-off-by: default avatarNicolai Stange <nicstange@gmail.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 6a6256f9
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment