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 <[email protected]> > Cc: Juergen Gross <[email protected]>
Reviewed-by: Juergen Gross <[email protected]> Juergen

