change log for rtems (2011-06-16)
rtems-vc at rtems.org
rtems-vc at rtems.org
Thu Jun 16 14:11:17 UTC 2011
*jennifer*:
2011-06-16 Jennifer Averett <Jennifer Averett at OARcorp.com
* score/src/smp.c: Spinlock Name change necessary to resolve
compalation error.
M 1.2851 cpukit/ChangeLog
M 1.8 cpukit/score/src/smp.c
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
@@ -1,3 +1,8 @@
+2011-06-16 Jennifer Averett <Jennifer Averett at OARcorp.com
+
+ * score/src/smp.c: Spinlock Name change necessary to resolve
+ compalation error.
+
2011-06-15 Joel Sherrill <joel.sherrill at oarcorp.com>
* score/src/threadtickletimeslice.c: Spacing.
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
@@ -96,7 +96,7 @@
cpu = bsp_smp_processor_id();
- level = _SMP_lock_Simple_Spinlock_Obtain( &_Per_CPU_Information[cpu].lock );
+ level = _SMP_lock_spinlock_simple_Obtain( &_Per_CPU_Information[cpu].lock );
message = _Per_CPU_Information[cpu].message;
#if defined(RTEMS_DEBUG)
@@ -128,7 +128,7 @@
_Per_CPU_Information[cpu].message &= ~message;
_Per_CPU_Information[cpu].state = RTEMS_BSP_SMP_CPU_UP;
- _SMP_lock_Simple_Spinlock_Release( &_Per_CPU_Information[cpu].lock, level );
+ _SMP_lock_spinlock_simple_Release( &_Per_CPU_Information[cpu].lock, level );
_Thread_Disable_dispatch();
rtems_smp_run_first_task(cpu);
/* does not return */
@@ -140,7 +140,7 @@
* XXX revisited when Interrupts on SMP is addressed.
*/
_Per_CPU_Information[cpu].message &= ~message;
- _SMP_lock_Simple_Spinlock_Release( &_Per_CPU_Information[cpu].lock, level );
+ _SMP_lock_spinlock_simple_Release( &_Per_CPU_Information[cpu].lock, level );
_Thread_Dispatch_disable_level--; /* undo ISR code */
_Per_CPU_Information[cpu].isr_nest_level = 0;
@@ -160,7 +160,7 @@
* XXX revisited when Interrupts on SMP is addressed.
*/
_Per_CPU_Information[cpu].message &= ~message;
- _SMP_lock_Simple_Spinlock_Release( &_Per_CPU_Information[cpu].lock, level );
+ _SMP_lock_spinlock_simple_Release( &_Per_CPU_Information[cpu].lock, level );
}
}
--
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/20110616/2ec46deb/attachment.html>
More information about the vc
mailing list