summaryrefslogtreecommitdiffstats
path: root/doc/user/mp.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-21 14:50:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-21 14:50:16 +0000
commit2a517327a657007f3dbada9998db483792df8ef9 (patch)
tree87cf29eacbdd28523aed6a061492ab8c561251d7 /doc/user/mp.t
parent2008-08-21 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-2a517327a657007f3dbada9998db483792df8ef9.tar.bz2
2008-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* bsp_howto/ata.t, bsp_howto/clock.t, bsp_howto/ide-ctrl.t, bsp_howto/nvmem.t, bsp_howto/shmsupp.t, user/datatypes.t, user/mp.t, user/userext.t: Eliminate all references to rtems_signedXX and rtems_unsignedXX.
Diffstat (limited to 'doc/user/mp.t')
-rw-r--r--doc/user/mp.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/mp.t b/doc/user/mp.t
index b1f16cbabf..693509af6d 100644
--- a/doc/user/mp.t
+++ b/doc/user/mp.t
@@ -410,7 +410,7 @@ following prototype:
@example
@group
rtems_mpci_entry user_mpci_send_packet(
- rtems_unsigned32 node,
+ uint32_t node,
rtems_packet_prefix **packet
);
@end group
@@ -433,7 +433,7 @@ of the packet to avoid sending unnecessary data. This is especially
useful if the media connecting the nodes is relatively slow.
The to_convert field of the MP_packet_prefix portion of the packet indicates
-how much of the packet (in @code{rtems_unsigned32}'s) may require
+how much of the packet (in @code{uint32_t}'s) may require
conversion in a heterogeneous system.
@subsection Supporting Heterogeneous Environments