[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)
commitb57838ea3f860c97e4726ab93abdf83a3d079a66
treee3c0e7140d2709f9571fa1aa32eebaa307576368
parent24d3e210c18bfedafe986ec489575cf91ac39d22
[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