commit | 6a62b485eacaf4db26923bf9442073320fc7199a | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Oct 05 13:04:09 2015 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Oct 14 14:32:10 2015 +0200 |
tree | c7de131a94d3342b2c581337ec88972e30aa8511 | |
parent | 18d1a7f675d7fb00d247eb858020da4bee199ddf [diff] |
s390/asm: make use of the OFFSET macro to define assember constants The use of OFFSET instead of DEFINE makes the definitions in asm-offsets.c more readable. While we are at it sort the defines for struct _lowcore according to the field order and remove some unneeded defines. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>