diff options
author | Nicolai Stange <nicstange@gmail.com> | 2016-02-09 02:43:02 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-02-25 10:39:15 +0100 |
commit | d89abe2a1f0c92499eedc815e4a9b2881f4959a5 (patch) | |
tree | 05c253a2cfc64c9df27a0602a5027d3df1d2627f /arch/mn10300/boot | |
parent | 6a6256f9e0ebaabf7ded1fef8977a4352dbe7784 (diff) | |
download | blackbird-op-linux-d89abe2a1f0c92499eedc815e4a9b2881f4959a5.tar.gz blackbird-op-linux-d89abe2a1f0c92499eedc815e4a9b2881f4959a5.zip |
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: Nicolai Stange <nicstange@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/mn10300/boot')
0 files changed, 0 insertions, 0 deletions