mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
expand to __attribute__((packed)) and __attribute__((aligned(x))) respectively. Replace the handful of gcc-ism's that use __attribute__((aligned(16))) etc around the kernel with __aligned(16). There are over 400 __attribute__((packed)) to deal with, that can come later. I just want to use __packed in new code rather than add more gcc-ism's. |
||
|---|---|---|
| .. | ||
| alphapci_if.m | ||
| apecs.c | ||
| apecs_pci.c | ||
| apecsreg.h | ||
| apecsvar.h | ||
| bwx.c | ||
| cia.c | ||
| cia_pci.c | ||
| ciareg.h | ||
| ciavar.h | ||
| irongate.c | ||
| irongate_pci.c | ||
| irongatereg.h | ||
| irongatevar.h | ||
| lca.c | ||
| lca_pci.c | ||
| lcareg.h | ||
| lcavar.h | ||
| pci_eb64plus_intr.s | ||
| pci_eb164_intr.s | ||
| pcibus.c | ||
| pcibus.h | ||
| swiz.c | ||
| t2.c | ||
| t2_pci.c | ||
| t2reg.h | ||
| t2var.h | ||
| tsunami.c | ||
| tsunami_pci.c | ||
| tsunamireg.h | ||
| tsunamivar.h | ||