Re: [patch V2 25/29] x86/irq/32: Invoke irq_ctx_init() from init_IRQ()

From: Juergen Gross
Date: Fri Apr 05 2019 - 11:27:53 EST


On 05/04/2019 17:07, Thomas Gleixner wrote:
> irq_ctx_init() is invoked from native_init_IRQ() or from xen_init_IRQ()
> code. There is no reason to have this split. The interrupt stacks must be
> allocated no matter what.
>
> Invoke it from init_IRQ() before invoking the native or XEN init
> implementation.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Cc: Juergen Gross <jgross@xxxxxxxx>

Reviewed-by: Juergen Gross <jgross@xxxxxxxx>


Juergen