1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/boot/ia64
Peter Wemm c692fbe091 At great personal risk, add a __packed and __aligned(x) define that
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.
2002-09-23 05:55:10 +00:00
..
common
efi Disable loader ufs support. It causes the loader to crash on the Itanium2 2002-07-20 03:46:43 +00:00
libski
ski At great personal risk, add a __packed and __aligned(x) define that 2002-09-23 05:55:10 +00:00
skiload At great personal risk, add a __packed and __aligned(x) define that 2002-09-23 05:55:10 +00:00
Makefile
Makefile.inc