diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-03-06 10:44:14 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-03-06 10:45:01 -0500 |
commit | f0ef03985130287c6c84ebe69416cf790e6cc00e (patch) | |
tree | 3ecb04cc4d82e5fc3ae5f1747e6da172ae8cbcb7 /kernel/softirq.c | |
parent | 16097439703bcd38e9fe5608c12add6dacb825ea (diff) | |
parent | 31bbed527e7039203920c51c9fb48c27aed0820c (diff) |
Merge branch 'x86/core' into tracing/textedit
Conflicts:
arch/x86/Kconfig
block/blktrace.c
kernel/irq/handle.c
Semantic conflict:
kernel/trace/blktrace.c
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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; |