2002-11-01 Joel Sherrill <joel@OARcorp.com>

* startup/bspstart.c: Removed warnings.
This commit is contained in:
Joel Sherrill
2002-11-01 21:49:58 +00:00
parent ce452f7203
commit 02059376f6
4 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: Removed warnings.
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.

View File

@@ -23,6 +23,7 @@
void bsp_clean_up(void);
#include <bsp.h>
#include <irq.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
@@ -93,6 +94,8 @@ void bsp_pretasking_hook(void)
void bsp_start( void )
{
void rtems_irq_mngt_init();
/*
* we do not use the pretasking_hook.
*/

View File

@@ -1,3 +1,7 @@
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: Removed warnings.
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.

View File

@@ -92,8 +92,10 @@ void bsp_pretasking_hook(void)
void bsp_start( void )
{
/*
* we do not use the pretasking_hook.
void rtems_irq_mngt_init();
/*
* we do not use the pretasking_hook.
*/
Cpu_table.pretasking_hook = bsp_pretasking_hook; /* init libc, etc. */