Changeset 857c52f in rtems
- Timestamp:
- Sep 18, 1996, 8:49:36 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4944b5bf
- Parents:
- 533f89f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/headers/mppkt.h
r533f89f r857c52f 87 87 */ 88 88 89 #define MP_PACKET_MINIMUN_HETERO_CONVERSION ( sizeof( MP_packet_Prefix ) / 4 ) 89 #define MP_PACKET_MINIMUN_HETERO_CONVERSION \ 90 ( sizeof( MP_packet_Prefix ) / sizeof( unsigned32 ) ) 90 91 91 92 #ifndef __RTEMS_APPLICATION__ -
c/src/exec/score/include/rtems/score/mppkt.h
r533f89f r857c52f 87 87 */ 88 88 89 #define MP_PACKET_MINIMUN_HETERO_CONVERSION ( sizeof( MP_packet_Prefix ) / 4 ) 89 #define MP_PACKET_MINIMUN_HETERO_CONVERSION \ 90 ( sizeof( MP_packet_Prefix ) / sizeof( unsigned32 ) ) 90 91 91 92 #ifndef __RTEMS_APPLICATION__ -
cpukit/score/include/rtems/score/mppkt.h
r533f89f r857c52f 87 87 */ 88 88 89 #define MP_PACKET_MINIMUN_HETERO_CONVERSION ( sizeof( MP_packet_Prefix ) / 4 ) 89 #define MP_PACKET_MINIMUN_HETERO_CONVERSION \ 90 ( sizeof( MP_packet_Prefix ) / sizeof( unsigned32 ) ) 90 91 91 92 #ifndef __RTEMS_APPLICATION__
Note: See TracChangeset
for help on using the changeset viewer.