Fix for Bug 1031 to enable linux-generic compiles on 32-bit systems.
Signed-off-by: Bill Fischofer <[email protected]>
---
platform/linux-generic/include/odp_buffer_internal.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/platform/linux-generic/include/odp_buffer_internal.h
b/platform/linux-generic/include/odp_buffer_internal.h
index 60f06c9..c64802b 100644
--- a/platform/linux-generic/include/odp_buffer_internal.h
+++ b/platform/linux-generic/include/odp_buffer_internal.h
@@ -136,9 +136,6 @@ typedef struct odp_buffer_hdr_t {
typedef struct odp_buffer_hdr_stride {
uint8_t pad[ODP_CACHE_LINE_SIZE_ROUNDUP(sizeof(odp_buffer_hdr_t))];
} odp_buffer_hdr_stride;
-/* Ensure next header starts from 8 byte align */
-_ODP_STATIC_ASSERT((sizeof(odp_buffer_hdr_t) % 8) == 0,
- "ODP_BUFFER_HDR_T__SIZE_ERROR");
typedef struct odp_buf_blk_t {
struct odp_buf_blk_t *next;
--
2.1.0
_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp