Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143387
b: refs/heads/master
c: 81f64b8
h: refs/heads/master
i:
  143385: 4921008
  143383: 85c204f
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Apr 14, 2009
1 parent 0d51103 commit 16a32ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a93e11f9b9604134373ae790bce738d62109de60
refs/heads/master: 81f64b87731aa33eef6b88af9d92c3398d48cf41
5 changes: 3 additions & 2 deletions trunk/arch/s390/kernel/nmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include <linux/init.h>
#include <linux/errno.h>
#include <linux/hardirq.h>
#include <linux/time.h>
#include <linux/module.h>
#include <asm/lowcore.h>
Expand Down Expand Up @@ -253,7 +254,7 @@ void notrace s390_do_machine_check(struct pt_regs *regs)
struct mci *mci;
int umode;

lockdep_off();
nmi_enter();
s390_idle_check();

mci = (struct mci *) &S390_lowcore.mcck_interruption_code;
Expand Down Expand Up @@ -363,7 +364,7 @@ void notrace s390_do_machine_check(struct pt_regs *regs)
mcck->warning = 1;
set_thread_flag(TIF_MCCK_PENDING);
}
lockdep_on();
nmi_exit();
}

static int __init machine_check_init(void)
Expand Down

0 comments on commit 16a32ef

Please sign in to comment.