On 04/07/16 01:52, [email protected] 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 : [email protected] PGP : Public key available on request. Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG. _______________________________________________ devel mailing list [email protected] http://lists.rtems.org/mailman/listinfo/devel
