Skip to content

Commit

Permalink
[S390] cio: introduce fcx bit to chsc characteristics
Browse files Browse the repository at this point in the history
Introduce fcx bit to chsc characteristics.

Signed-off-by: Peter Oberparleiter <peter.oberparleiter@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
  • Loading branch information
Peter Oberparleiter authored and Heiko Carstens committed Jul 14, 2008
1 parent b3a686f commit 4f2bd92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/s390/cio/chsc.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ struct css_general_char {
u32 qebsm : 1; /* bit 58 */
u32 : 8;
u32 aif_osa : 1; /* bit 67 */
u32 : 28;
u32 : 20;
u32 fcx : 1; /* bit 88 */
u32 : 7;
}__attribute__((packed));

struct css_chsc_char {
Expand Down

0 comments on commit 4f2bd92

Please sign in to comment.