diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-03-08 16:48:51 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-03-08 16:48:51 +0100 |
commit | dba58e39ced7af63f2748d12bbb2b4ac83c72391 (patch) | |
tree | ee15a5e7667b51d0d0f7e8cb39064652f7c84c28 /kernel/softirq.c | |
parent | tracing: trace_bprintk() cleanups (diff) | |
parent | x86: implement atomic text_poke() via fixmap (diff) | |
download | linux-dba58e39ced7af63f2748d12bbb2b4ac83c72391.tar.xz linux-dba58e39ced7af63f2748d12bbb2b4ac83c72391.zip |
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) return 0; } +int __init __weak arch_probe_nr_irqs(void) +{ + return 0; +} + int __init __weak arch_early_irq_init(void) { return 0; |