s390: remove arch_early_irq_init()
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 27 Mar 2023 09:37:26 +0000 (11:37 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 4 Apr 2023 16:34:56 +0000 (18:34 +0200)
commit60afa6d1662c08dd266463231acc129488fffe6e
treeac91b3a335e0d3520a927656479052143c025f5d
parent23be82f0deb8ce02fbb94d9baac7c2434d5e217e
s390: remove arch_early_irq_init()

Allocate early async stack like other early stacks and get rid of
arch_early_irq_init(). This way the async stack is allocated earlier,
and handled like all other stacks.

Reviewed-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/setup.c
arch/s390/kernel/smp.c