<!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-03-10)</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-03-10 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * shared/include/cpuIdent.h: Fixed warnings.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/powerpc/ChangeLog.diff?r1=text&tr1=1.380&r2=text&tr2=1.381&diff_format=h">M</a></td><td width='1%'>1.381</td><td width='100%'>c/src/lib/libcpu/powerpc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h.diff?r1=text&tr1=1.28&r2=text&tr2=1.29&diff_format=h">M</a></td><td width='1%'>1.29</td><td width='100%'>c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.380 rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.381
--- rtems/c/src/lib/libcpu/powerpc/ChangeLog:1.380      Fri Feb 25 07:34:41 2011
+++ rtems/c/src/lib/libcpu/powerpc/ChangeLog    Thu Mar 10 09:04:21 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-03-10    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * shared/include/cpuIdent.h: Fixed warnings.
+
</font> 2011-02-25        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * mpc83xx/network/tsec.c: New default MAC configuration.  Set MDIO

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h:1.28 rtems/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h:1.29
--- rtems/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h:1.28       Fri Jan 28 14:38:13 2011
+++ rtems/c/src/lib/libcpu/powerpc/shared/include/cpuIdent.h    Thu Mar 10 09:04:22 2011
</font><font color='#997700'>@@ -90,14 +90,14 @@
</font> 
 typedef unsigned short ppc_cpu_revision_t;
 
<font color='#880000'>-extern ppc_cpu_id_t get_ppc_cpu_type ();
</font><font color='#000088'>+extern ppc_cpu_id_t get_ppc_cpu_type (void);
</font> extern char *get_ppc_cpu_type_name(ppc_cpu_id_t cpu);
<font color='#880000'>-extern ppc_cpu_revision_t get_ppc_cpu_revision ();
</font><font color='#000088'>+extern ppc_cpu_revision_t get_ppc_cpu_revision (void);
</font> extern ppc_cpu_revision_t current_ppc_revision;
 
 /* PUBLIC ACCESS ROUTINES */
 #define _PPC_FEAT_DECL(x) \
<font color='#880000'>-static inline unsigned ppc_cpu_##x() { \
</font><font color='#000088'>+static inline unsigned ppc_cpu_##x(void) { \
</font>   if ( PPC_UNKNOWN == current_ppc_cpu ) \
     get_ppc_cpu_type(); \
   return current_ppc_features.x; \
<font color='#997700'>@@ -119,21 +119,21 @@
</font>   return current_ppc_cpu;
 }
 
<font color='#880000'>-static inline bool ppc_cpu_is_e200()
</font><font color='#000088'>+static inline bool ppc_cpu_is_e200(void)
</font> {
        return ppc_cpu_current() == PPC_e200z0
                || ppc_cpu_current() == PPC_e200z1
                || ppc_cpu_current() == PPC_e200z6;
 }
 
<font color='#880000'>-static inline bool ppc_cpu_is_e300()
</font><font color='#000088'>+static inline bool ppc_cpu_is_e300(void)
</font> {
        return ppc_cpu_current() == PPC_e300c1
                || ppc_cpu_current() == PPC_e300c2
                || ppc_cpu_current() == PPC_e300c3;
 }
 
<font color='#880000'>-static inline bool ppc_cpu_is_e500()
</font><font color='#000088'>+static inline bool ppc_cpu_is_e500(void)
</font> {
        return ppc_cpu_current() == PPC_8540
                || ppc_cpu_current() == PPC_e500v2;
</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>