s390/unwind: add machine check handler stack

Fixes: b61b159512 ("s390: add stack for machine check handler")
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
This commit is contained in:
Vasily Gorbik
2021-03-31 11:44:50 +02:00
committed by Heiko Carstens
parent 7a2f91441b
commit 08edb9683e
2 changed files with 12 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ enum stack_type {
STACK_TYPE_IRQ,
STACK_TYPE_NODAT,
STACK_TYPE_RESTART,
STACK_TYPE_MCCK,
};
struct stack_info {