X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsoftirq.c;h=53cc09ceb0b869cf407fdc9d8195f265cce4c011;hb=0244ad004a54e39308d495fee0a2e637f8b5c317;hp=be3d3514c325f8aad38d62f65d2aee0393a70585;hpb=27703bb4a66df49ff16b44b864d307d2eb71774c;p=~andy%2Flinux diff --git a/kernel/softirq.c b/kernel/softirq.c index be3d3514c32..53cc09ceb0b 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c @@ -876,7 +876,6 @@ int __init __weak early_irq_init(void) return 0; } -#ifdef CONFIG_GENERIC_HARDIRQS int __init __weak arch_probe_nr_irqs(void) { return NR_IRQS_LEGACY; @@ -886,4 +885,3 @@ int __init __weak arch_early_irq_init(void) { return 0; } -#endif