diff options
author | Steffen Maier <maier@linux.vnet.ibm.com> | 2012-05-09 10:27:34 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-05-16 08:42:35 -0400 |
commit | 050276ab8ce9f30c1d2d74c42a349ed54701905f (patch) | |
tree | d46265ba18f8701d53b3803637ae6c3d06837123 /arch/s390/include | |
parent | 568b44559d7ca269d367e694c74eb4436e7e3ccf (diff) |
s390/qdio: remove duplicate defines of data div bits
Remove duplicate definition accidentally introduced in 104ea55
and re-group definitions nicely.
Signed-off-by: Steffen Maier <maier@linux.vnet.ibm.com>
Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include')
-rw-r--r-- | arch/s390/include/asm/qdio.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/s390/include/asm/qdio.h b/arch/s390/include/asm/qdio.h index d75c8e78f7e3..74528e27b37f 100644 --- a/arch/s390/include/asm/qdio.h +++ b/arch/s390/include/asm/qdio.h | |||
@@ -258,11 +258,6 @@ struct slsb { | |||
258 | u8 val[QDIO_MAX_BUFFERS_PER_Q]; | 258 | u8 val[QDIO_MAX_BUFFERS_PER_Q]; |
259 | } __attribute__ ((packed, aligned(256))); | 259 | } __attribute__ ((packed, aligned(256))); |
260 | 260 | ||
261 | #define CHSC_AC2_MULTI_BUFFER_AVAILABLE 0x0080 | ||
262 | #define CHSC_AC2_MULTI_BUFFER_ENABLED 0x0040 | ||
263 | #define CHSC_AC2_DATA_DIV_AVAILABLE 0x0010 | ||
264 | #define CHSC_AC2_DATA_DIV_ENABLED 0x0002 | ||
265 | |||
266 | /** | 261 | /** |
267 | * struct qdio_outbuf_state - SBAL related asynchronous operation information | 262 | * struct qdio_outbuf_state - SBAL related asynchronous operation information |
268 | * (for communication with upper layer programs) | 263 | * (for communication with upper layer programs) |
@@ -293,6 +288,8 @@ struct qdio_outbuf_state { | |||
293 | #define AC1_SC_QEBSM_AVAILABLE 0x02 /* available for subchannel */ | 288 | #define AC1_SC_QEBSM_AVAILABLE 0x02 /* available for subchannel */ |
294 | #define AC1_SC_QEBSM_ENABLED 0x01 /* enabled for subchannel */ | 289 | #define AC1_SC_QEBSM_ENABLED 0x01 /* enabled for subchannel */ |
295 | 290 | ||
291 | #define CHSC_AC2_MULTI_BUFFER_AVAILABLE 0x0080 | ||
292 | #define CHSC_AC2_MULTI_BUFFER_ENABLED 0x0040 | ||
296 | #define CHSC_AC2_DATA_DIV_AVAILABLE 0x0010 | 293 | #define CHSC_AC2_DATA_DIV_AVAILABLE 0x0010 |
297 | #define CHSC_AC2_DATA_DIV_ENABLED 0x0002 | 294 | #define CHSC_AC2_DATA_DIV_ENABLED 0x0002 |
298 | 295 | ||