From: Kumar Gala Date: Wed, 21 Sep 2005 21:52:55 +0000 (-0500) Subject: [PATCH] powerpc: merged hw_irq.h X-Git-Tag: v2.6.15-rc1~59^2~256 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b671ad2befe37131af380183760862d5cbad858d;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed