summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-12 15:58:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-12 15:58:02 +0000
commit72f4b2468a071cc9e1c0845a79d9582c7a8abec0 (patch)
tree322439fb92525960506875560efa1a48d5dff0d5 /c
parent2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-72f4b2468a071cc9e1c0845a79d9582c7a8abec0.tar.bz2
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/setvec.c: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/ChangeLog5
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/setvec.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/ChangeLog b/c/src/lib/libbsp/sparc/erc32/ChangeLog
index a05aefbe86..38df617543 100644
--- a/c/src/lib/libbsp/sparc/erc32/ChangeLog
+++ b/c/src/lib/libbsp/sparc/erc32/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * startup/setvec.c: Change prototype of IDLE thread to consistently
+ return void * and take a uintptr_t argument.
+
2008-12-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Remove -e start from %link.
diff --git a/c/src/lib/libbsp/sparc/erc32/startup/setvec.c b/c/src/lib/libbsp/sparc/erc32/startup/setvec.c
index bd6f2f65e9..d3ae717425 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/setvec.c
+++ b/c/src/lib/libbsp/sparc/erc32/startup/setvec.c
@@ -62,7 +62,7 @@ rtems_isr_entry set_vector( /* returns old vector */
/* ERC32 power-down function */
-void _CPU_Thread_Idle_body( void )
+void *_CPU_Thread_Idle_body( uintptr_t ignored )
{
while (1) {
ERC32_MEC.Power_Down = 0; /* value is irrelevant */