forked from Imagelibrary/rtems
2009-02-26 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/cpu.c: Now compiles. Does not run.
This commit is contained in:
@@ -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>
|
2008-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* startup/cpu.c: Add missing prototype.
|
* startup/cpu.c: Add missing prototype.
|
||||||
|
|||||||
@@ -33,14 +33,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief _CPU_Initialize routine performs processor dependent initialization
|
* @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 _CPU_Initialize(void)
|
||||||
void (*thread_dispatch) /* ignored on this CPU */
|
|
||||||
)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user