Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5503
b: refs/heads/master
c: b87a1e5
h: refs/heads/master
i:
  5501: f4faf61
  5499: 414b05f
  5495: c569de1
  5487: fa316cc
  5471: 0f5e30b
  5439: 5634742
  5375: 7e47747
v: v3
  • Loading branch information
Gerald Schaefer authored and Linus Torvalds committed Jul 29, 2005
1 parent ebd8234 commit 25821ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: 4ffa92340b22a59575afe60ea155195c43213120
refs/heads/master: b87a1e506115e7df4c6bfd266267ee0088cba3b7
6 changes: 5 additions & 1 deletion trunk/arch/s390/appldata/appldata_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,11 @@ static int appldata_diag(char record_nr, u16 function, unsigned long buffer,
ry = -1;
asm volatile(
"diag %1,%0,0xDC\n\t"
: "=d" (ry) : "d" (&(appldata_parameter_list)) : "cc");
: "=d" (ry)
: "d" (&appldata_parameter_list),
"m" (appldata_parameter_list),
"m" (appldata_product_id)
: "cc");
return (int) ry;
}
/************************ timer, work, DIAG <END> ****************************/
Expand Down

0 comments on commit 25821ed

Please sign in to comment.