Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245420
b: refs/heads/master
c: edf76f8
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Cameron authored and Thomas Gleixner committed May 18, 2011
1 parent d312bfc commit d470d8f
Show file tree
Hide file tree
Showing 3 changed files with 6 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: fe12bc2c996d3e492b2920e32ac79f7bbae3e15d
refs/heads/master: edf76f8307c350bcb81f0c760118a991b3e62956
2 changes: 2 additions & 0 deletions trunk/kernel/irq/chip.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ handle_simple_irq(unsigned int irq, struct irq_desc *desc)
out_unlock:
raw_spin_unlock(&desc->lock);
}
EXPORT_SYMBOL_GPL(handle_simple_irq);

/**
* handle_level_irq - Level type irq handler
Expand Down Expand Up @@ -613,6 +614,7 @@ void irq_modify_status(unsigned int irq, unsigned long clr, unsigned long set)

irq_put_desc_unlock(desc, flags);
}
EXPORT_SYMBOL_GPL(irq_modify_status);

/**
* irq_cpu_online - Invoke all irq_cpu_online functions.
Expand Down
3 changes: 3 additions & 0 deletions trunk/kernel/irq/irqdesc.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ int generic_handle_irq(unsigned int irq)
generic_handle_irq_desc(irq, desc);
return 0;
}
EXPORT_SYMBOL_GPL(generic_handle_irq);

/* Dynamic interrupt handling */

Expand All @@ -326,6 +327,7 @@ void irq_free_descs(unsigned int from, unsigned int cnt)
bitmap_clear(allocated_irqs, from, cnt);
mutex_unlock(&sparse_irq_lock);
}
EXPORT_SYMBOL_GPL(irq_free_descs);

/**
* irq_alloc_descs - allocate and initialize a range of irq descriptors
Expand Down Expand Up @@ -366,6 +368,7 @@ irq_alloc_descs(int irq, unsigned int from, unsigned int cnt, int node)
mutex_unlock(&sparse_irq_lock);
return ret;
}
EXPORT_SYMBOL_GPL(irq_alloc_descs);

/**
* irq_reserve_irqs - mark irqs allocated
Expand Down

0 comments on commit d470d8f

Please sign in to comment.