Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138537
b: refs/heads/master
c: 97f7d6b
h: refs/heads/master
i:
  138535: b25c572
v: v3
  • Loading branch information
Thomas Gleixner authored and Benjamin Herrenschmidt committed Mar 11, 2009
1 parent dc4851b commit a87354f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: af9c7249071bf862781df06eb24456cab763dc7d
refs/heads/master: 97f7d6bcc10687ff79632da338646a266dd590fc
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ int show_interrupts(struct seq_file *p, void *v)
{
int i = *(loff_t *)v, j;
struct irqaction *action;
irq_desc_t *desc;
struct irq_desc *desc;
unsigned long flags;

if (i == 0) {
Expand Down Expand Up @@ -1038,7 +1038,7 @@ arch_initcall(irq_late_init);
static int virq_debug_show(struct seq_file *m, void *private)
{
unsigned long flags;
irq_desc_t *desc;
struct irq_desc *desc;
const char *p;
char none[] = "none";
int i;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/iseries/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ void __init iSeries_activate_IRQs()
unsigned long flags;

for_each_irq (irq) {
irq_desc_t *desc = get_irq_desc(irq);
struct irq_desc *desc = get_irq_desc(irq);

if (desc && desc->chip && desc->chip->startup) {
spin_lock_irqsave(&desc->lock, flags);
Expand Down

0 comments on commit a87354f

Please sign in to comment.