Merge branch 'sh/genirq' into sh-latest
This commit is contained in:
Коммит
af68d8f06d
|
@ -231,16 +231,6 @@ void __init init_IRQ(void)
|
||||||
irq_ctx_init(smp_processor_id());
|
irq_ctx_init(smp_processor_id());
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef CONFIG_SPARSE_IRQ
|
|
||||||
int __init arch_probe_nr_irqs(void)
|
|
||||||
{
|
|
||||||
/*
|
|
||||||
* No pre-allocated IRQs.
|
|
||||||
*/
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_HOTPLUG_CPU
|
#ifdef CONFIG_HOTPLUG_CPU
|
||||||
static void route_irq(struct irq_data *data, unsigned int irq, unsigned int cpu)
|
static void route_irq(struct irq_data *data, unsigned int irq, unsigned int cpu)
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче