change log for rtems (2010-08-09)

rtems-vc at rtems.org rtems-vc at rtems.org
Mon Aug 9 10:10:36 UTC 2010


 *sh*:
2010-08-09	Sebastian Huber <sebastian.huber at embedded-brains.de>

	* score/inline/rtems/score/object.inl: Use attribute unused in
	_Objects_Is_local_id().

M 1.2556  cpukit/ChangeLog
M   1.45  cpukit/score/inline/rtems/score/object.inl

diff -u rtems/cpukit/ChangeLog:1.2555 rtems/cpukit/ChangeLog:1.2556
--- rtems/cpukit/ChangeLog:1.2555	Mon Aug  9 04:03:11 2010
+++ rtems/cpukit/ChangeLog	Mon Aug  9 04:16:08 2010
@@ -1,5 +1,10 @@
 2010-08-09	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
+	* score/inline/rtems/score/object.inl: Use attribute unused in
+	_Objects_Is_local_id().
+
+2010-08-09	Sebastian Huber <sebastian.huber at embedded-brains.de>
+
 	* rtems/Makefile.am, rtems/preinstall.am: Install
 	<rtems/rtems/mainpage.h> to allow documentation generation.
 

diff -u rtems/cpukit/score/inline/rtems/score/object.inl:1.44 rtems/cpukit/score/inline/rtems/score/object.inl:1.45
--- rtems/cpukit/score/inline/rtems/score/object.inl:1.44	Sat Oct 10 10:19:15 2009
+++ rtems/cpukit/score/inline/rtems/score/object.inl	Mon Aug  9 04:16:08 2010
@@ -162,7 +162,11 @@
  *  @note On a single processor configuration, this always returns true.
  */
 RTEMS_INLINE_ROUTINE bool _Objects_Is_local_id(
+#if defined(RTEMS_MULTIPROCESSING)
   Objects_Id id
+#else
+  Objects_Id id __attribute__((unused))
+#endif
 )
 {
 #if defined(RTEMS_MULTIPROCESSING)



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100809/ded0b119/attachment.html>


More information about the vc mailing list