<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-06-16)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
<font color='#bb2222'><strong>jennifer</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-06-16 Jennifer Averett <Jennifer Averett@OARcorp.com
* score/src/smp.c: Spinlock Name change necessary to resolve
compalation error.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2850&r2=text&tr2=1.2851&diff_format=h">M</a></td><td width='1%'>1.2851</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/src/smp.c.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&diff_format=h">M</a></td><td width='1%'>1.8</td><td width='100%'>cpukit/score/src/smp.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2850 rtems/cpukit/ChangeLog:1.2851
--- rtems/cpukit/ChangeLog:1.2850 Wed Jun 15 11:36:24 2011
+++ rtems/cpukit/ChangeLog Thu Jun 16 08:19:38 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-06-16 Jennifer Averett <Jennifer Averett@OARcorp.com
+
+ * score/src/smp.c: Spinlock Name change necessary to resolve
+ compalation error.
+
</font> 2011-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/threadtickletimeslice.c: Spacing.
<font color='#006600'>diff -u rtems/cpukit/score/src/smp.c:1.7 rtems/cpukit/score/src/smp.c:1.8
--- rtems/cpukit/score/src/smp.c:1.7 Wed Jun 8 11:13:34 2011
+++ rtems/cpukit/score/src/smp.c Thu Jun 16 08:19:39 2011
</font><font color='#997700'>@@ -96,7 +96,7 @@
</font>
cpu = bsp_smp_processor_id();
<font color='#880000'>- level = _SMP_lock_Simple_Spinlock_Obtain( &_Per_CPU_Information[cpu].lock );
</font><font color='#000088'>+ level = _SMP_lock_spinlock_simple_Obtain( &_Per_CPU_Information[cpu].lock );
</font> message = _Per_CPU_Information[cpu].message;
#if defined(RTEMS_DEBUG)
<font color='#997700'>@@ -128,7 +128,7 @@
</font> _Per_CPU_Information[cpu].message &= ~message;
_Per_CPU_Information[cpu].state = RTEMS_BSP_SMP_CPU_UP;
<font color='#880000'>- _SMP_lock_Simple_Spinlock_Release( &_Per_CPU_Information[cpu].lock, level );
</font><font color='#000088'>+ _SMP_lock_spinlock_simple_Release( &_Per_CPU_Information[cpu].lock, level );
</font> _Thread_Disable_dispatch();
rtems_smp_run_first_task(cpu);
/* does not return */
<font color='#997700'>@@ -140,7 +140,7 @@
</font> * XXX revisited when Interrupts on SMP is addressed.
*/
_Per_CPU_Information[cpu].message &= ~message;
<font color='#880000'>- _SMP_lock_Simple_Spinlock_Release( &_Per_CPU_Information[cpu].lock, level );
</font><font color='#000088'>+ _SMP_lock_spinlock_simple_Release( &_Per_CPU_Information[cpu].lock, level );
</font>
_Thread_Dispatch_disable_level--; /* undo ISR code */
_Per_CPU_Information[cpu].isr_nest_level = 0;
<font color='#997700'>@@ -160,7 +160,7 @@
</font> * XXX revisited when Interrupts on SMP is addressed.
*/
_Per_CPU_Information[cpu].message &= ~message;
<font color='#880000'>- _SMP_lock_Simple_Spinlock_Release( &_Per_CPU_Information[cpu].lock, level );
</font><font color='#000088'>+ _SMP_lock_spinlock_simple_Release( &_Per_CPU_Information[cpu].lock, level );
</font> }
}
</pre>
<p> </p>
<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>