Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69573
b: refs/heads/master
c: aa5346a
h: refs/heads/master
i:
  69571: 74e4c0f
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Linus Torvalds committed Oct 16, 2007
1 parent cc31703 commit dce31eb
Show file tree
Hide file tree
Showing 2 changed files with 10 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: bf0df636e5ddf43cbacff8435962ee8aa40f563e
refs/heads/master: aa5346a2126ea65e8ef04eebea0f2481f701bdb8
9 changes: 9 additions & 0 deletions trunk/include/linux/interrupt.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,15 @@ static inline int disable_irq_wake(unsigned int irq)
enable_irq(irq)
# endif

static inline int enable_irq_wake(unsigned int irq)
{
return 0;
}

static inline int disable_irq_wake(unsigned int irq)
{
return 0;
}
#endif /* CONFIG_GENERIC_HARDIRQS */

#ifndef __ARCH_SET_SOFTIRQ_PENDING
Expand Down

0 comments on commit dce31eb

Please sign in to comment.