2008-02-14 Joel Sherrill <joel.sherrill@OARcorp.com>

* user/mp.t: Now builds.
This commit is contained in:
Joel Sherrill
2008-02-14 19:35:39 +00:00
parent 78a89d7299
commit 97fdcdea22
2 changed files with 4 additions and 5 deletions

View File

@@ -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

View File

@@ -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