mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2008-02-14 Joel Sherrill <joel.sherrill@OARcorp.com>
* user/mp.t: Now builds.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-02-14 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* user/mp.t: Now builds.
|
||||
|
||||
2007-11-29 Glenn Humphrey <glenn.humphrey@OARcorp.com>
|
||||
|
||||
* develenv/direct.t, develenv/sample.t: Corrected various errors in the
|
||||
|
||||
@@ -319,7 +319,6 @@ rtems_mpci_entry user_mpci_initialization(
|
||||
);
|
||||
@end group
|
||||
@end example
|
||||
@end ifset
|
||||
|
||||
where configuration is the address of the user's
|
||||
Configuration Table. Operations on global objects cannot be
|
||||
@@ -348,7 +347,6 @@ rtems_mpci_entry user_mpci_get_packet(
|
||||
);
|
||||
@end group
|
||||
@end example
|
||||
@end ifset
|
||||
|
||||
where packet is the address of a pointer to a packet.
|
||||
This routine always succeeds and, upon return, packet will
|
||||
@@ -376,7 +374,6 @@ rtems_mpci_entry user_mpci_return_packet(
|
||||
);
|
||||
@end group
|
||||
@end example
|
||||
@end ifset
|
||||
|
||||
where packet is the address of a packet. If the
|
||||
packet cannot be successfully returned, the fatal error manager
|
||||
@@ -396,7 +393,6 @@ rtems_mpci_entry user_mpci_receive_packet(
|
||||
);
|
||||
@end group
|
||||
@end example
|
||||
@end ifset
|
||||
|
||||
where packet is a pointer to the address of a packet
|
||||
to place the message from another node. If a message is
|
||||
@@ -419,7 +415,6 @@ rtems_mpci_entry user_mpci_send_packet(
|
||||
);
|
||||
@end group
|
||||
@end example
|
||||
@end ifset
|
||||
|
||||
where node is the node number of the destination and packet is the
|
||||
address of a packet which containing a message. If the packet cannot
|
||||
|
||||
Reference in New Issue
Block a user