change log for rtems (2011-05-18)

rtems-vc at rtems.org rtems-vc at rtems.org
Wed May 18 16:12:34 UTC 2011


 *strauman* (on branch rtems-4-10-branch):
2011-05-18	Till Straumann <strauman at slac.stanford.edu>

	PR1797/bsps
	* shared/bootcard.c: Fixed a typo (in code, not comment) which
	I introduced with the last change.

M   1.70  c/src/lib/libbsp/ChangeLog
M 1.68.2.2  c/src/lib/libbsp/ChangeLog
M   1.49  c/src/lib/libbsp/shared/bootcard.c
M 1.47.2.2  c/src/lib/libbsp/shared/bootcard.c

diff -u rtems/c/src/lib/libbsp/ChangeLog:1.69 rtems/c/src/lib/libbsp/ChangeLog:1.70
--- rtems/c/src/lib/libbsp/ChangeLog:1.69	Wed May 18 00:26:52 2011
+++ rtems/c/src/lib/libbsp/ChangeLog	Wed May 18 11:09:37 2011
@@ -1,3 +1,9 @@
+2011-05-18	Till Straumann <strauman at slac.stanford.edu>
+
+	PR1797/bsps
+	* shared/bootcard.c: Fixed a typo (in code, not comment) which
+	I introduced with the last change.
+
 2011-05-17	Till Straumann <strauman at slac.stanford.edu>
 
 	PR1797/bsps

diff -u rtems/c/src/lib/libbsp/ChangeLog:1.68.2.1 rtems/c/src/lib/libbsp/ChangeLog:1.68.2.2
--- rtems/c/src/lib/libbsp/ChangeLog:1.68.2.1	Wed May 18 00:08:35 2011
+++ rtems/c/src/lib/libbsp/ChangeLog	Wed May 18 11:08:56 2011
@@ -1,3 +1,9 @@
+2011-05-18	Till Straumann <strauman at slac.stanford.edu>
+
+	PR1797/bsps
+	* shared/bootcard.c: Fixed a typo (in code, not comment) which
+	I introduced with the last change.
+
 2011-05-17	Till Straumann <strauman at slac.stanford.edu>
 
 	PR1797/bsps

diff -u rtems/c/src/lib/libbsp/shared/bootcard.c:1.48 rtems/c/src/lib/libbsp/shared/bootcard.c:1.49
--- rtems/c/src/lib/libbsp/shared/bootcard.c:1.48	Wed May 18 00:26:52 2011
+++ rtems/c/src/lib/libbsp/shared/bootcard.c	Wed May 18 11:09:37 2011
@@ -84,7 +84,7 @@
 )
 {
   if ( heap_start == BSP_BOOTCARD_HEAP_USES_WORK_AREA ) {
-    if ( rtems_unified_work_area ) {
+    if ( ! rtems_unified_work_area ) {
       uintptr_t work_space_size = rtems_configuration_get_work_space_size();
 
       heap_start = (char *) work_area_start + work_space_size;

diff -u rtems/c/src/lib/libbsp/shared/bootcard.c:1.47.2.1 rtems/c/src/lib/libbsp/shared/bootcard.c:1.47.2.2
--- rtems/c/src/lib/libbsp/shared/bootcard.c:1.47.2.1	Wed May 18 00:08:35 2011
+++ rtems/c/src/lib/libbsp/shared/bootcard.c	Wed May 18 11:08:56 2011
@@ -84,7 +84,7 @@
 )
 {
   if ( heap_start == BSP_BOOTCARD_HEAP_USES_WORK_AREA ) {
-    if ( rtems_unified_work_area ) {
+    if ( ! rtems_unified_work_area ) {
       uintptr_t work_space_size = rtems_configuration_get_work_space_size();
 
       heap_start = (char *) work_area_start + work_space_size;



--

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/20110518/f7c21b8c/attachment-0001.html>


More information about the vc mailing list