Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212226
b: refs/heads/master
c: c0a19eb
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 12, 2010
1 parent 328c1d6 commit a2a83e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 2ee39065988d632b403f8470942b0b5edee3632b
refs/heads/master: c0a19ebc018222ffd1dd93af5b53d9efd779c19b
2 changes: 1 addition & 1 deletion trunk/kernel/irq/dummychip.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static unsigned int noop_ret(struct irq_data *data)
return 0;
}

#ifndef CONFIG_GENERIC_HARDIRQS_NO_CRUFT
#ifndef CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED
static void compat_noop(unsigned int irq) { }
#define END_INIT .end = compat_noop
#else
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/irq/irqdesc.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ static void free_masks(struct irq_desc *desc)
#ifdef CONFIG_GENERIC_PENDING_IRQ
free_cpumask_var(desc->pending_mask);
#endif
free_cpumask_var(desc->affinity);
free_cpumask_var(desc->irq_data.affinity);
}
#else
static inline void free_masks(struct irq_desc *desc) { }
Expand Down

0 comments on commit a2a83e2

Please sign in to comment.