Chris Johns started a new discussion on cpukit/rtems/src/partcreate.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/237#note_112486 > return RTEMS_TOO_MANY; > } > > -#if defined(RTEMS_MULTIPROCESSING) > - if ( _Attributes_Is_global( attribute_set ) && > - !( _Objects_MP_Allocate_and_open( &_Partition_Information, name, > - the_partition->Object.id, false ) ) ) { > +#if defined( RTEMS_MULTIPROCESSING ) > + if ( > + _Attributes_Is_global( attribute_set ) && !( > _Objects_MP_Allocate_and_open( > + &_Partition_Information, > + name, > + the_partition->Object.id, > + false > + ) ) > + ) { This looks a bit average compared to the original? -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/237#note_112486 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
