summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-23 21:53:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-04-23 21:53:09 +0000
commit98e92b0abbcbde41aa489c20c5bd3868f5a96a1a (patch)
tree7e4b83fe27053eb41be72f0851db43dff2606cbf /cpukit
parent2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-98e92b0abbcbde41aa489c20c5bd3868f5a96a1a.tar.bz2
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/include/rtems/rtems/partmp.h, sapi/include/confdefs.h: Fix typos added with recent changes.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/rtems/include/rtems/rtems/partmp.h3
-rw-r--r--cpukit/sapi/include/confdefs.h6
3 files changed, 9 insertions, 5 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index aa325f830e..9163bb6bbb 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * rtems/include/rtems/rtems/partmp.h, sapi/include/confdefs.h: Fix
+ typos added with recent changes.
+
2008-04-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/Makefile.am, libcsupport/include/rtems/libio.h: Remove
diff --git a/cpukit/rtems/include/rtems/rtems/partmp.h b/cpukit/rtems/include/rtems/rtems/partmp.h
index cc92becf07..69a6646746 100644
--- a/cpukit/rtems/include/rtems/rtems/partmp.h
+++ b/cpukit/rtems/include/rtems/rtems/partmp.h
@@ -110,7 +110,7 @@ void _Partition_MP_Process_packet (
rtems_packet_prefix *the_packet_prefix
);
-/**
+/*
* @brief Partition_MP_Send_object_was_deleted
*
* This routine is invoked indirectly by the thread queue
@@ -120,7 +120,6 @@ void _Partition_MP_Process_packet (
* This routine is not needed by the Partition since a partition
* cannot be deleted when buffers are in use.
*/
-#warning "Why is there no prototype for Partition_MP_Send_object_was_deleted"
/**
* @brief Partition_MP_Send_extract_proxy
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 19b65417a7..7613c71d61 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -1422,7 +1422,7 @@ rtems_configuration_table Configuration = {
(CONFIGURE_MAXIMUM_POSIX_BARRIERS != 0) || \
(CONFIGURE_MAXIMUM_POSIX_SPINLOCKS != 0) || \
(CONFIGURE_MAXIMUM_POSIX_RWLOCKS != 0) || \
- defined(CONFIGURE_POSIX_INIT_THREAD_TABLE)
+ defined(CONFIGURE_POSIX_INIT_THREAD_TABLE))
#error "CONFIGURATION ERROR: POSIX API support not configured!!"
#endif
#endif
@@ -1439,8 +1439,8 @@ rtems_configuration_table Configuration = {
(CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS != 0) || \
(CONFIGURE_MAXIMUM_ITRON_PORTS != 0) || \
(CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS != 0) || \
- (CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS != 0)) || \
- defined(CONFIGURE_ITRON_INIT_TASK_TABLE)
+ (CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS != 0) || \
+ defined(CONFIGURE_ITRON_INIT_TASK_TABLE))
#error "CONFIGURATION ERROR: ITRON API support not configured!!"
#endif
#endif