Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44218
b: refs/heads/master
c: 3a1d1ac
h: refs/heads/master
v: v3
  • Loading branch information
Matthew Wilcox authored and Paul Mackerras committed Dec 8, 2006
1 parent 7eaf96f commit 67ed3d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d4454e7ce30239e67b154ae08f6d906b9737334
refs/heads/master: 3a1d1ac279fac16ab1b41b2868478f3085f9223c
19 changes: 0 additions & 19 deletions trunk/include/asm-powerpc/hw_irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,25 +107,6 @@ static inline void local_irq_save_ptr(unsigned long *flags)

#endif /* CONFIG_PPC64 */

#define mask_irq(irq) \
({ \
irq_desc_t *desc = get_irq_desc(irq); \
if (desc->chip && desc->chip->disable) \
desc->chip->disable(irq); \
})
#define unmask_irq(irq) \
({ \
irq_desc_t *desc = get_irq_desc(irq); \
if (desc->chip && desc->chip->enable) \
desc->chip->enable(irq); \
})
#define ack_irq(irq) \
({ \
irq_desc_t *desc = get_irq_desc(irq); \
if (desc->chip && desc->chip->ack) \
desc->chip->ack(irq); \
})

/*
* interrupt-retrigger: should we handle this via lost interrupts and IPIs
* or should we not care like we do now ? --BenH.
Expand Down

0 comments on commit 67ed3d2

Please sign in to comment.