]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-s390/qdio.h
[PATCH] s390: fix compile with VIRT_CPU_ACCOUNTING=n
[linux-2.6-omap-h63xx.git] / include / asm-s390 / qdio.h
index 0ddf0a8ef8de7bf975caa0c529d709812055349e..a2f37a9353d393c3ec6fac66b3d1cd94b02a4fb7 100644 (file)
@@ -11,8 +11,6 @@
 #ifndef __QDIO_H__
 #define __QDIO_H__
 
-#define VERSION_QDIO_H "$Revision: 1.57 $"
-
 /* note, that most of the typedef's are from ingo. */
 
 #include <linux/interrupt.h>
@@ -195,12 +193,14 @@ struct qdr {
 /*
  * queue information block (QIB)
  */
-#define QIB_AC_INBOUND_PCI_SUPPORTED 0x80
-#define QIB_AC_OUTBOUND_PCI_SUPPORTED 0x40
+#define QIB_AC_INBOUND_PCI_SUPPORTED   0x80
+#define QIB_AC_OUTBOUND_PCI_SUPPORTED  0x40
+#define QIB_RFLAGS_ENABLE_QEBSM                0x80
+
 struct qib {
        unsigned int  qfmt    :  8;     /* queue format */
        unsigned int  pfmt    :  8;     /* impl. dep. parameter format */
-       unsigned int  res1    :  8;     /* reserved */
+       unsigned int  rflags  :  8;     /* QEBSM */
        unsigned int  ac      :  8;     /* adapter characteristics */
        unsigned int  res2;             /* reserved */
 #ifdef QDIO_32_BIT