Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42321
b: refs/heads/master
c: 143db67
h: refs/heads/master
i:
  42319: 94d028e
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Dec 4, 2006
1 parent 3197254 commit 2e53d85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4cfbdfff70989a0d99b6f357fbbe379c22a05f7c
refs/heads/master: 143db67af02cecab28032ec3a52e586b1433fe70
3 changes: 3 additions & 0 deletions trunk/include/asm-powerpc/hw_irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ static inline void local_irq_save_ptr(unsigned long *flags)
#define local_irq_save(flags) local_irq_save_ptr(&flags)
#define irqs_disabled() ((mfmsr() & MSR_EE) == 0)

#define hard_irq_enable() local_irq_enable()
#define hard_irq_disable() local_irq_disable()

#endif /* CONFIG_PPC64 */

#define mask_irq(irq) \
Expand Down

0 comments on commit 2e53d85

Please sign in to comment.