Christian Borntraeger 1bff779285 [S390] system.h: Fix compile error for 1 and 2 byte cmpxchg
commit 024914477e15ef8b17f271ec47f1bb8a589f0806 "memcg: move charges of anonymous
swap" revealed that the 1 byte and 2 byte cmpxchg is currently broken:

arch/s390/include/asm/system.h: Assembler messages:
arch/s390/include/asm/system.h:241: Error: junk at end of line: `(%r5)'
make[1]: *** [mm/page_cgroup.o] Error 1
make[1]: *** Waiting for unfinished jobs....

It turned out that commit 987bcdacb18a3adc2a48d85c9b005069c2f4dd7b ([S390] use
inline assembly contraints available with gcc 3.3.3) broke the inline assembly.
The or operands are now in constraint 3 and 4 instead of 2 and 3.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2010-03-24 11:49:53 +01:00
..
2008-12-25 13:38:55 +01:00
2010-02-09 11:13:56 +01:00
2009-09-11 10:29:56 +02:00
2010-02-26 22:37:29 +01:00
2009-03-26 15:24:05 +01:00
2009-12-16 07:20:12 -08:00
2008-12-25 13:39:06 +01:00
2008-12-25 13:38:57 +01:00
2009-09-22 07:17:42 -07:00
2010-02-26 22:37:30 +01:00
2009-09-11 10:29:54 +02:00
2009-06-12 10:27:31 +02:00
2010-03-12 15:52:32 -08:00
2010-02-26 22:37:33 +01:00
2009-03-26 15:24:05 +01:00