Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25503
b: refs/heads/master
c: d824e66
h: refs/heads/master
i:
  25501: edc117b
  25499: 0e0d937
  25495: 9402947
  25487: 8193a8d
  25471: 7f3839e
v: v3
  • Loading branch information
Christoph Hellwig authored and Linus Torvalds committed Apr 11, 2006
1 parent ff3f520 commit 6f0499f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 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: f6422f17d3a480f21917a3895e2a46b968f56a08
refs/heads/master: d824e66a9a427faf69c58f98dd7e1c3d1bb51c61
3 changes: 2 additions & 1 deletion trunk/kernel/irq/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

obj-y := handle.o manage.o spurious.o migration.o
obj-y := handle.o manage.o spurious.o
obj-$(CONFIG_GENERIC_IRQ_PROBE) += autoprobe.o
obj-$(CONFIG_PROC_FS) += proc.o
obj-$(CONFIG_GENERIC_PENDING_IRQ) += migration.o
5 changes: 1 addition & 4 deletions trunk/kernel/irq/migration.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <linux/irq.h>

#if defined(CONFIG_GENERIC_PENDING_IRQ)
#include <linux/irq.h>

void set_pending_irq(unsigned int irq, cpumask_t mask)
{
Expand Down Expand Up @@ -61,5 +60,3 @@ void move_native_irq(int irq)
}
cpus_clear(pending_irq_cpumask[irq]);
}

#endif

0 comments on commit 6f0499f

Please sign in to comment.