summaryrefslogtreecommitdiffstats
path: root/kernel/softirq.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-03-08 16:48:51 +0100
committerIngo Molnar <mingo@elte.hu>2009-03-08 16:48:51 +0100
commitdba58e39ced7af63f2748d12bbb2b4ac83c72391 (patch)
treeee15a5e7667b51d0d0f7e8cb39064652f7c84c28 /kernel/softirq.c
parenttracing: trace_bprintk() cleanups (diff)
parentx86: implement atomic text_poke() via fixmap (diff)
downloadlinux-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.c5
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;