]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] Fix __ctl_load/__ctl_store inline assembly constraints
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 10 Jun 2008 08:03:24 +0000 (10:03 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 10 Jun 2008 08:03:28 +0000 (10:03 +0200)
commit911cb1e7a0a66f8da52e2fc2846d9fe82db0ddcb
treee3c0e7140d2709f9571fa1aa32eebaa307576368
parent52ed03d223a794bd20089e2d234b4444c2d1344a
[S390] Fix __ctl_load/__ctl_store inline assembly constraints

__ctl_load/__ctl_store are called with either an array of unsigned long or
a single unsigned long value. Add an address operator to the "m"/"=m"
contraints to make them work for unsigned long arguments as well.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
include/asm-s390/system.h