Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242481
b: refs/heads/master
c: 894e491
h: refs/heads/master
i:
  242479: 7934d01
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Mar 23, 2011
1 parent c49ecc7 commit 92a4f66
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: 69ac43b05eef4b8555e84ad51ceb6c58b5a3bc75
refs/heads/master: 894e491e427ae40af62b871e05f9a3f80bbddb6c
5 changes: 3 additions & 2 deletions trunk/arch/s390/kernel/early.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ static noinline __init void create_kernel_nss(void)
snprintf(defsys_cmd + hlen, DEFSYS_CMD_SIZE - hlen,
" EW MINSIZE=%.7iK PARMREGS=0-13", min_size);
defsys_cmd[DEFSYS_CMD_SIZE - 1] = '\0';
sprintf(savesys_cmd, "SAVESYS %s \n IPL %s",
kernel_nss_name, kernel_nss_name);
snprintf(savesys_cmd, SAVESYS_CMD_SIZE, "SAVESYS %s \n IPL %s",
kernel_nss_name, kernel_nss_name);
savesys_cmd[SAVESYS_CMD_SIZE - 1] = '\0';

__cpcmd(defsys_cmd, NULL, 0, &response);

Expand Down

0 comments on commit 92a4f66

Please sign in to comment.