[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 for-4.7 05/14] tools/headers: prevent adding two __align8__ to uint64_t in ARM headers
On 26/04/16 15:52, Roger Pau Monne wrote: > Due to the fact that on ARM headers types are substituted to uint64_t and > then uint64_t is also substituted to contain the aligment, this would lead > to some types containing two __align8__ directives. Fix this by first > expanding Xen specific types to uint64_t only, and then replacing all the > uint64_t types to __align8__ uint64_t. This relies on the fact that all > Xen-specific types will have longer names, so they will always be replaced > first. > > Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> Reviewed-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |