https://bugs.linaro.org/show_bug.cgi?id=2235
Bug ID: 2235
Summary: odp_timer.c: Contains arch specific code
Product: OpenDataPlane - linux- generic reference
Version: v1.10
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: ---
Component: Timers
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
#ifdef __ARM_ARCH
#define PREFETCH(ptr) __builtin_prefetch((ptr), 0, 0)
#else
#define PREFETCH(ptr) (void)(ptr)
#endif
The architecture differences should be in the platform/linux-generic/arch
directory and not sprinkled through the code base.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug._______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp