forked from Imagelibrary/rtems
2009-02-13 Joel Sherrill <joel.sherrill@OARcorp.com>
* new-exceptions/cpu.c: Correct prototype of _CPU_Initialize.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-02-13 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* new-exceptions/cpu.c: Correct prototype of _CPU_Initialize.
|
||||
|
||||
2008-10-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||
|
||||
* shared/include/powerpc-utility.h: Use constraint "b" for address
|
||||
|
||||
@@ -39,13 +39,10 @@
|
||||
*
|
||||
* This routine performs processor dependent initialization.
|
||||
*
|
||||
* INPUT PARAMETERS:
|
||||
* thread_dispatch - address of disptaching routine
|
||||
* INPUT PARAMETERS: NONE
|
||||
*/
|
||||
|
||||
void _CPU_Initialize(
|
||||
void (*thread_dispatch) /* ignored on this CPU */
|
||||
)
|
||||
void _CPU_Initialize(void)
|
||||
{
|
||||
/* Do nothing */
|
||||
}
|
||||
@@ -55,7 +52,6 @@ void _CPU_Initialize(
|
||||
* _CPU_Context_Initialize
|
||||
*/
|
||||
|
||||
|
||||
void _CPU_Context_Initialize(
|
||||
Context_Control *the_context,
|
||||
uint32_t *stack_base,
|
||||
|
||||
Reference in New Issue
Block a user