commit | 2acb94f43128b5cd375873f9ba82fac968d3ce5d | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Jun 22 17:28:14 2015 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Jul 22 09:58:04 2015 +0200 |
tree | b825fe17618a75120289e09a2c6910ab8ce62732 | |
parent | a359bb1190f213d282f4934fd461cf440d87dae0 [diff] |
s390/nmi: use the normal asynchronous stack for machine checks If a machine checks is received while the CPU is in the kernel, only the s390_do_machine_check function will be called. The call to s390_handle_mcck is postponed until the CPU returns to user space. Because of this it is safe to use the asynchronous stack for machine checks even if the CPU is already handling an interrupt. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>