irq: Introduce CPU_INTERRUPT_TGT_* defines.
authorRichard Henderson <rth@twiddle.net>
Wed, 4 May 2011 20:34:24 +0000 (13:34 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 8 May 2011 16:55:23 +0000 (16:55 +0000)
commit1ae6034d8800cc08e2ff657337239dda471be9f2
tree4347a04d406f76f8354c3199a2787ad6435aa512
parent8f4d8f9c3e8bccc029de9e13c3a616074037ecd3
irq: Introduce CPU_INTERRUPT_TGT_* defines.

These defines will be place-holders for cpu-specific functionality.
Generic code will, at the end of the patch series, no longer have to
concern itself about how SMI, NMI, etc should be handled.  Instead,
generic code will know only that the interrupt is internal or external.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
cpu-all.h
poison.h