Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135599
b: refs/heads/master
c: 3324e60
h: refs/heads/master
i:
  135597: be765e9
  135595: 127d064
  135591: d369b4f
  135583: 7731bfe
v: v3
  • Loading branch information
Christian Borntraeger authored and Martin Schwidefsky committed Mar 26, 2009
1 parent 79c44e0 commit a35522b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 431429ff788598a19c1a193b9fca3961b7f55916
refs/heads/master: 3324e60aafa9aeb1009878d45079b67367a5e2b6
2 changes: 2 additions & 0 deletions trunk/arch/s390/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
#include <linux/delay.h>
#include <linux/cache.h>
#include <linux/interrupt.h>
#include <linux/irqflags.h>
#include <linux/cpu.h>
#include <linux/timex.h>
#include <linux/bootmem.h>
Expand Down Expand Up @@ -75,6 +76,7 @@ void smp_send_stop(void)

/* Disable all interrupts/machine checks */
__load_psw_mask(psw_kernel_bits & ~PSW_MASK_MCHECK);
trace_hardirqs_off();

/* stop all processors */
for_each_online_cpu(cpu) {
Expand Down

0 comments on commit a35522b

Please sign in to comment.