summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/etr.h
AgeCommit message (Collapse)AuthorFilesLines
2010-02-27[S390] use inline assembly contraints available with gcc 3.3.3Martin Schwidefsky1-6/+6
Drop support to compile the kernel with gcc versions older than 3.3.3. This allows us to use the "Q" inline assembly contraint on some more inline assemblies without duplicating a lot of complex code (e.g. __xchg and __cmpxchg). The distinction for older gcc versions can be removed which saves a few lines and simplifies the code. Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2008-08-01[S390] move include/asm-s390 to arch/s390/include/asmMartin Schwidefsky1-0/+258
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>