Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212159
b: refs/heads/master
c: 3a3856d
h: refs/heads/master
i:
  212157: 68c0044
  212155: 1a75264
  212151: 94056ac
  212143: 569a1ea
  212127: 97853a8
  212095: 2f8535c
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 12, 2010
1 parent 90fbe9f commit 126bc38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: e144710b302525de5b90b9c3ba43562458d8957f
refs/heads/master: 3a3856d00c74560a7b8d9f8a13c1ca94ee786b78
8 changes: 1 addition & 7 deletions trunk/include/linux/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,15 +215,9 @@ extern void remove_irq(unsigned int irq, struct irqaction *act);

#ifdef CONFIG_GENERIC_HARDIRQS

#ifdef CONFIG_SMP
# ifdef CONFIG_GENERIC_PENDING_IRQ
#if defined(CONFIG_SMP) && defined(CONFIG_GENERIC_PENDING_IRQ)
void move_native_irq(int irq);
void move_masked_irq(int irq);
# else
static inline void move_irq(int irq) { }
static inline void move_native_irq(int irq) { }
static inline void move_masked_irq(int irq) { }
# endif
#else
static inline void move_native_irq(int irq) { }
static inline void move_masked_irq(int irq) { }
Expand Down

0 comments on commit 126bc38

Please sign in to comment.