Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77207
b: refs/heads/master
c: c654749
h: refs/heads/master
i:
  77205: fb9ce1d
  77203: 5aca361
  77199: a938f51
v: v3
  • Loading branch information
Michael Holzheu authored and Martin Schwidefsky committed Jan 26, 2008
1 parent 8dbfcef commit 5a3a1cb
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 99ca4e582d4a4088969681efff97be44d98421a1
refs/heads/master: c654749777e8624187b53fbb94cea91a7bf74347
8 changes: 6 additions & 2 deletions trunk/arch/s390/kernel/ipl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1096,8 +1096,12 @@ static struct shutdown_action vmcmd_action = {SHUTDOWN_ACTION_VMCMD_STR,

static void stop_run(struct shutdown_trigger *trigger)
{
signal_processor(smp_processor_id(), sigp_stop_and_store_status);
for (;;);
if (strcmp(trigger->name, ON_PANIC_STR) == 0)
disabled_wait((unsigned long) __builtin_return_address(0));
else {
signal_processor(smp_processor_id(), sigp_stop);
for (;;);
}
}

static struct shutdown_action stop_action = {SHUTDOWN_ACTION_STOP_STR,
Expand Down

0 comments on commit 5a3a1cb

Please sign in to comment.