Home
last modified time | relevance | path

Searched hist:"03 f69dc6fdc34e5e51f2c09373ff1bea7d16e36b" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/
H A Dmux_omap4.h03f69dc6fdc34e5e51f2c09373ff1bea7d16e36b Thu Mar 08 07:20:21 UTC 2012 Aneesh V <aneesh@ti.com> omap4+: Avoid using __attribute__ ((__packed__))

Avoid using __attribute__ ((__packed__)) unless it's
absolutely necessary. "packed" will remove alignment
requirements for the respective objects and may cause
alignment issues unless alignment is also enforced
using a pragma.

Here, these packed attributes were causing alignment
faults in Thumb build.

Signed-off-by: Aneesh V <aneesh@ti.com>
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/
H A Dmux_omap5.h03f69dc6fdc34e5e51f2c09373ff1bea7d16e36b Thu Mar 08 07:20:21 UTC 2012 Aneesh V <aneesh@ti.com> omap4+: Avoid using __attribute__ ((__packed__))

Avoid using __attribute__ ((__packed__)) unless it's
absolutely necessary. "packed" will remove alignment
requirements for the respective objects and may cause
alignment issues unless alignment is also enforced
using a pragma.

Here, these packed attributes were causing alignment
faults in Thumb build.

Signed-off-by: Aneesh V <aneesh@ti.com>