projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3a686f
)
[S390] cio: introduce fcx bit to chsc characteristics
author
Peter Oberparleiter
<
[email protected]
>
Mon, 14 Jul 2008 07:58:49 +0000
(09:58 +0200)
committer
Heiko Carstens
<
[email protected]
>
Mon, 14 Jul 2008 08:02:07 +0000
(10:02 +0200)
Introduce fcx bit to chsc characteristics.
Signed-off-by: Peter Oberparleiter <
[email protected]
>
Signed-off-by: Martin Schwidefsky <
[email protected]
>
Signed-off-by: Heiko Carstens <
[email protected]
>
drivers/s390/cio/chsc.h
patch
|
blob
|
history
diff --git
a/drivers/s390/cio/chsc.h
b/drivers/s390/cio/chsc.h
index 3b7c044d8453411c4be0aee3daf93935285fc5f1..d4498d4005d37ba27d1d52d71bfa23f0317701af 100644
(file)
--- a/
drivers/s390/cio/chsc.h
+++ b/
drivers/s390/cio/chsc.h
@@
-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 {