From: Martin Schwidefsky Date: Tue, 10 Jun 2008 08:03:24 +0000 (+0200) Subject: [S390] Fix __ctl_load/__ctl_store inline assembly constraints X-Git-Tag: v2.6.26-rc6~16^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b57838ea3f860c97e4726ab93abdf83a3d079a66;p=pandora-kernel.git [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 --- Reading git-diff-tree failed