<!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-09-14)</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>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-09-14 Sebastian Huber <sebastian.huber@embedded-brains.de>

        PR 1898/cpukit
        * score/include/rtems/score/percpu.h: Use CPU_STRUCTURE_ALIGNMENT for
        _Per_CPU_Information.
</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.2918&r2=text&tr2=1.2919&diff_format=h">M</a></td><td width='1%'>1.2919</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/include/rtems/score/percpu.h.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>cpukit/score/include/rtems/score/percpu.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2918 rtems/cpukit/ChangeLog:1.2919
--- rtems/cpukit/ChangeLog:1.2918       Sun Sep 11 15:52:36 2011
+++ rtems/cpukit/ChangeLog      Wed Sep 14 09:16:56 2011
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2011-09-14    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       PR 1898/cpukit
+       * score/include/rtems/score/percpu.h: Use CPU_STRUCTURE_ALIGNMENT for
+       _Per_CPU_Information.
+
</font> 2011-09-11        Petr Benes <benesp16@fel.cvut.cz>
 
        PR 1896/cpukit

<font color='#006600'>diff -u rtems/cpukit/score/include/rtems/score/percpu.h:1.12 rtems/cpukit/score/include/rtems/score/percpu.h:1.13
--- rtems/cpukit/score/include/rtems/score/percpu.h:1.12        Fri Jul 15 09:36:37 2011
+++ rtems/cpukit/score/include/rtems/score/percpu.h     Wed Sep 14 09:16:56 2011
</font><font color='#997700'>@@ -216,7 +216,7 @@
</font>  *
  *  This is an array of per CPU core information.
  */
<font color='#880000'>-extern Per_CPU_Control _Per_CPU_Information[];
</font><font color='#000088'>+extern Per_CPU_Control _Per_CPU_Information[] CPU_STRUCTURE_ALIGNMENT;
</font> 
 #if defined(RTEMS_SMP)
 /**
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-09-14 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * rtems/score/cpu.h: Request cache alignment and small data area in
        CPU_STRUCTURE_ALIGNMENT.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/nios2/ChangeLog.diff?r1=text&tr1=1.40&r2=text&tr2=1.41&diff_format=h">M</a></td><td width='1%'>1.41</td><td width='100%'>cpukit/score/cpu/nios2/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/nios2/rtems/score/cpu.h.diff?r1=text&tr1=1.23&r2=text&tr2=1.24&diff_format=h">M</a></td><td width='1%'>1.24</td><td width='100%'>cpukit/score/cpu/nios2/rtems/score/cpu.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/score/cpu/nios2/ChangeLog:1.40 rtems/cpukit/score/cpu/nios2/ChangeLog:1.41
--- rtems/cpukit/score/cpu/nios2/ChangeLog:1.40 Fri Sep  9 05:00:46 2011
+++ rtems/cpukit/score/cpu/nios2/ChangeLog      Wed Sep 14 09:25:36 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-09-14    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * rtems/score/cpu.h: Request cache alignment and small data area in
+       CPU_STRUCTURE_ALIGNMENT.
+
</font> 2011-09-09        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * nios2-thread-dispatch-disabled.c: Use offsetof() instead of

<font color='#006600'>diff -u rtems/cpukit/score/cpu/nios2/rtems/score/cpu.h:1.23 rtems/cpukit/score/cpu/nios2/rtems/score/cpu.h:1.24
--- rtems/cpukit/score/cpu/nios2/rtems/score/cpu.h:1.23 Thu Sep  1 10:52:12 2011
+++ rtems/cpukit/score/cpu/nios2/rtems/score/cpu.h      Wed Sep 14 09:25:36 2011
</font><font color='#997700'>@@ -65,10 +65,7 @@
</font> 
 #define CPU_STACK_GROWS_UP FALSE
 
<font color='#880000'>-/*
- * TODO: Run the timing tests and figure out if we profit from cache alignment.
- */
-#define CPU_STRUCTURE_ALIGNMENT
</font><font color='#000088'>+#define CPU_STRUCTURE_ALIGNMENT __attribute__((section(".sdata"), aligned(32)))
</font> 
 #define CPU_BIG_ENDIAN FALSE
 
</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>