[PATCH] powerpc: merged hw_irq.h
authorKumar Gala <galak@freescale.com>
Wed, 21 Sep 2005 21:52:55 +0000 (16:52 -0500)
committerPaul Mackerras <paulus@samba.org>
Thu, 22 Sep 2005 11:03:34 +0000 (21:03 +1000)
commitb671ad2befe37131af380183760862d5cbad858d
treec6c27d4adf742f360e5056f435601254f050781d
parentfa2ac7a25f1b11c4a695c9288339d0476ecfaf38
[PATCH] powerpc: merged hw_irq.h

Merged hw_irq.h between ppc32 & ppc64.  Added support to use the Book-E
wrtee[i] instructions that allow modifying MSR[EE] atomically.
Additionally, added get_irq_desc() macros to ppc32 to allow mask_irq(),
unmask_irq(), and ack_irq() to be common between ppc32 & ppc64.

Note: because 64-bit Book-E implementations only have a 32-bit MSR the
macro's for Book-E need to come before the PPC64 macro's to ensure the
right thing happends for 64-bit Book-E processors.

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
include/asm-powerpc/hw_irq.h [new file with mode: 0644]
include/asm-ppc/hw_irq.h [deleted file]
include/asm-ppc/irq.h
include/asm-ppc64/hw_irq.h [deleted file]