diff options
author | Anton Arapov <anton@redhat.com> | 2012-06-25 18:57:38 +0200 |
---|---|---|
committer | Anton Arapov <anton@redhat.com> | 2012-06-25 18:57:38 +0200 |
commit | 3d6fafb8cd68b287130dbd5b19fbb5e9bfa32a54 (patch) | |
tree | 72cb222e8096ba95c04460df4de752875b062a23 /arch/powerpc | |
parent | 35df99f47c4246df74ed7571c692138b83c3c486 (diff) | |
download | kernel-uprobes-3d6fafb8cd68b287130dbd5b19fbb5e9bfa32a54.tar.gz kernel-uprobes-3d6fafb8cd68b287130dbd5b19fbb5e9bfa32a54.tar.xz kernel-uprobes-3d6fafb8cd68b287130dbd5b19fbb5e9bfa32a54.zip |
fedora kernel: 6c6f1b8594284404f143c407081ebe65fe068c81v3.4.4-1
Signed-off-by: Anton Arapov <anton@redhat.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/hw_irq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/hw_irq.h b/arch/powerpc/include/asm/hw_irq.h index 51010bfc792..102abd6dbc0 100644 --- a/arch/powerpc/include/asm/hw_irq.h +++ b/arch/powerpc/include/asm/hw_irq.h @@ -99,6 +99,9 @@ static inline void hard_irq_disable(void) get_paca()->irq_happened |= PACA_IRQ_HARD_DIS; } +/* include/linux/interrupt.h needs hard_irq_disable to be a macro */ +#define hard_irq_disable hard_irq_disable + /* * This is called by asynchronous interrupts to conditionally * re-enable hard interrupts when soft-disabled after having |