Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31807
b: refs/heads/master
c: 8e9ccae
h: refs/heads/master
i:
  31805: 50d12f5
  31803: ec464d2
  31799: 63b299b
  31791: d850f5c
  31775: 128eae2
  31743: 8db48ef
v: v3
  • Loading branch information
Heiko Carstens authored and Linus Torvalds committed Jul 3, 2006
1 parent 76698e2 commit 751c8fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6205120044bb75ca06019491d1aa0e727fdd35be
refs/heads/master: 8e9ccae6ee2bb19b7752b7d412e1bbbaf28e7fe1
3 changes: 3 additions & 0 deletions trunk/drivers/s390/s390mach.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ s390_do_machine_check(struct pt_regs *regs)
struct mcck_struct *mcck;
int umode;

lockdep_off();

mci = (struct mci *) &S390_lowcore.mcck_interruption_code;
mcck = &__get_cpu_var(cpu_mcck);
umode = user_mode(regs);
Expand Down Expand Up @@ -482,6 +484,7 @@ s390_do_machine_check(struct pt_regs *regs)
mcck->warning = 1;
set_thread_flag(TIF_MCCK_PENDING);
}
lockdep_on();
}

/*
Expand Down

0 comments on commit 751c8fe

Please sign in to comment.