Ignore:
Timestamp:
2018-02-24T19:51:28Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ef3afd
Parents:
0539c14
git-author:
Ondřej Hlavatý <aearsis@…> (2018-02-24 18:29:28)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-02-24 19:51:28)
Message:

usb: structures shared with hardware are both packed and aligned

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/hw_struct/queue_head.h

    r0539c14 r95f1b8f  
    5050        /** Pointer to the contained entities (execution controlled by vertical flag*/
    5151        volatile link_pointer_t element;
    52 } __attribute__((packed)) qh_t;
     52} __attribute__((packed,aligned(16))) qh_t;
    5353
    5454/** Initialize queue head structure
Note: See TracChangeset for help on using the changeset viewer.