File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ union mca_pml_ob1_hdr_t {
500500typedef union mca_pml_ob1_hdr_t mca_pml_ob1_hdr_t ;
501501
502502#if !defined(WORDS_BIGENDIAN ) && OPAL_ENABLE_HETEROGENEOUS_SUPPORT
503- static inline __opal_attribute_always_inline__ void
503+ static inline void
504504ob1_hdr_ntoh (mca_pml_ob1_hdr_t * hdr , const uint8_t hdr_type )
505505{
506506 if (!(hdr -> hdr_common .hdr_flags & MCA_PML_OB1_HDR_FLAGS_NBO ))
@@ -549,7 +549,7 @@ ob1_hdr_ntoh(mca_pml_ob1_hdr_t *hdr, const uint8_t hdr_type)
549549#if OPAL_ENABLE_HETEROGENEOUS_SUPPORT
550550#define ob1_hdr_hton (h , t , p ) \
551551 ob1_hdr_hton_intr((mca_pml_ob1_hdr_t*)h, t, p)
552- static inline __opal_attribute_always_inline__ void
552+ static inline void
553553ob1_hdr_hton_intr (mca_pml_ob1_hdr_t * hdr , const uint8_t hdr_type ,
554554 const ompi_proc_t * proc )
555555{
You can’t perform that action at this time.
0 commit comments