diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-03-08 11:48:51 -0400 | 
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-03-08 11:48:51 -0400 | 
| commit | dba58e39ced7af63f2748d12bbb2b4ac83c72391 (patch) | |
| tree | ee15a5e7667b51d0d0f7e8cb39064652f7c84c28 /kernel/softirq.c | |
| parent | 9de36825b321fe9fe9cf73260554251af579f4ca (diff) | |
| parent | 78ff7fae04554b49d29226ed12536268c2500d1f (diff) | |
Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing/textedit' into tracing/core
Diffstat (limited to 'kernel/softirq.c')
| -rw-r--r-- | kernel/softirq.c | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/kernel/softirq.c b/kernel/softirq.c index 6edfc2c11d99..98dd68eea9e6 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c | |||
| @@ -806,6 +806,11 @@ int __init __weak early_irq_init(void) | |||
| 806 | return 0; | 806 | return 0; | 
| 807 | } | 807 | } | 
| 808 | 808 | ||
| 809 | int __init __weak arch_probe_nr_irqs(void) | ||
| 810 | { | ||
| 811 | return 0; | ||
| 812 | } | ||
| 813 | |||
| 809 | int __init __weak arch_early_irq_init(void) | 814 | int __init __weak arch_early_irq_init(void) | 
| 810 | { | 815 | { | 
| 811 | return 0; | 816 | return 0; | 
