tty: Workaround Alpha non-atomic byte storage in tty_struct
[deliverable/linux.git] / include / linux / tty.h
index 4c6b9fd3c7505d813da2a2c44be493eadc194c61..546e9455789565086eda452842296931d3a82283 100644 (file)
@@ -266,8 +266,9 @@ struct tty_struct {
                      flow_stopped:1,
                      unused:62;
        int hw_stopped;
-       int packet;
-       unsigned char ctrl_status;      /* ctrl_lock */
+       unsigned long ctrl_status:8,    /* ctrl_lock */
+                     packet:1,
+                     unused_ctrl:55;
        unsigned int receive_room;      /* Bytes free for queue */
        int flow_change;
 
This page took 0.044906 seconds and 5 git commands to generate.