Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199026
b: refs/heads/master
c: a65a3e8
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Ott authored and Martin Schwidefsky committed May 26, 2010
1 parent 56c8fbe commit fd646e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 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: 2ffbb3f61e5b2648128f82fe7e506290702a9215
refs/heads/master: a65a3e82b5b5f8f70cc0d51498441585d5b381f1
15 changes: 0 additions & 15 deletions trunk/drivers/s390/cio/ioasm.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,6 @@ struct tpi_info {
* Some S390 specific IO instructions as inline
*/

static inline int stsch(struct subchannel_id schid, struct schib *addr)
{
register struct subchannel_id reg1 asm ("1") = schid;
int ccode;

asm volatile(
" stsch 0(%3)\n"
" ipm %0\n"
" srl %0,28"
: "=d" (ccode), "=m" (*addr)
: "d" (reg1), "a" (addr)
: "cc");
return ccode;
}

static inline int stsch_err(struct subchannel_id schid, struct schib *addr)
{
register struct subchannel_id reg1 asm ("1") = schid;
Expand Down

0 comments on commit fd646e1

Please sign in to comment.