forked from luck/tmp_suning_uos_patched
[S390] ftrace: dont trace machine check handler
The ftrace code is currently not reentrant, so we better don't trace our machine check handler. Machine checks are handled like NMIs on s390. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
92e6ecf392
commit
cc54c1e66e
|
@ -357,8 +357,7 @@ s390_revalidate_registers(struct mci *mci)
|
|||
/*
|
||||
* machine check handler.
|
||||
*/
|
||||
void
|
||||
s390_do_machine_check(struct pt_regs *regs)
|
||||
void notrace s390_do_machine_check(struct pt_regs *regs)
|
||||
{
|
||||
static DEFINE_SPINLOCK(ipd_lock);
|
||||
static unsigned long long last_ipd;
|
||||
|
|
Loading…
Reference in New Issue
Block a user