Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72117
b: refs/heads/master
c: e3d3683
h: refs/heads/master
i:
  72115: 93df6ce
v: v3
  • Loading branch information
Michael Holzheu authored and Martin Schwidefsky committed Oct 22, 2007
1 parent 53df686 commit 17125a3
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: 7f021ce1957504cacc78896de857b90293badabc
refs/heads/master: e3d3683d1402c1737687cb698451d545f57c32a7
2 changes: 2 additions & 0 deletions trunk/arch/s390/kernel/ipl.c
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,8 @@ static int dump_set_type(enum dump_type type)
case DUMP_TYPE_CCW:
if (MACHINE_IS_VM)
dump_method = DUMP_METHOD_CCW_VM;
else if (diag308_set_works)
dump_method = DUMP_METHOD_CCW_DIAG;
else
dump_method = DUMP_METHOD_CCW_CIO;
break;
Expand Down

0 comments on commit 17125a3

Please sign in to comment.