[S390] cio: inline assembly cleanup

Fix incorrect in- and output constraints, remove volatile declaration
of inline assembly parameters and reformat constraint declarations to
be more consistent.

Signed-off-by: Peter Oberparleiter <peter.oberparleiter@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
这个提交包含在:
Peter Oberparleiter
2008-10-10 21:33:15 +02:00
提交者 Martin Schwidefsky
父节点 1f4e7edabc
当前提交 f9c9fe3ecf
修改 3 个文件,包含 45 行新增28 行删除

查看文件

@@ -901,7 +901,7 @@ static void cio_reset_pgm_check_handler(void)
pgm_check_occured = 1;
}
static int stsch_reset(struct subchannel_id schid, volatile struct schib *addr)
static int stsch_reset(struct subchannel_id schid, struct schib *addr)
{
int rc;