2009-02-26 Joel Sherrill <joel.sherrill@OARcorp.com>

* startup/cpu.c: Now compiles. Does not run.
This commit is contained in:
Joel Sherrill
2009-02-26 21:16:03 +00:00
parent 5d64375f71
commit 9cc70d8007
2 changed files with 5 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
2009-02-26 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/cpu.c: Now compiles. Does not run.
2008-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/cpu.c: Add missing prototype.

View File

@@ -33,14 +33,8 @@
/**
* @brief _CPU_Initialize routine performs processor dependent initialization
*
* @param cpu_table CPU table to initialize
* @param thread_dispatch address of ISR disptaching routine (unused)
* @return None
*/
void _CPU_Initialize(
void (*thread_dispatch) /* ignored on this CPU */
)
void _CPU_Initialize(void)
{
}