[PATCH 04/10] score/arm: Ensure that copile time alignment is 64 bytes for Cortex-A multilib.
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Jul 4 05:32:58 UTC 2016
On 04/07/16 01:52, ppisa at cmp.felk.cvut.cz wrote:
> +#if defined(__ARM_ARCH_7A__)
> + #define ARM_MULTILIB_CACHE_LINE_MAX_64B
> +#endif
Is 'B' bytes or bits? I think in the cache line context its pretty
clear that these are bytes, so I would use
ARM_MULTILIB_CACHE_LINE_MAX_64
or
ARM_MULTILIB_CACHE_LINE_MAX_64_BYTES
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the devel
mailing list