2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>

* startup/bspstart.c: Remove nested externs.
	#include <libcpu/isr_entries.h.
This commit is contained in:
Ralf Corsepius
2009-11-16 10:09:46 +00:00
parent 11dde574d7
commit 4edf8db59f
10 changed files with 30 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Remove nested externs.
#include <libcpu/isr_entries.h.
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/csb350.cfg: Remove RTEMS_BSP_FAMILY.

View File

@@ -18,6 +18,7 @@
#include <bsp.h>
#include <libcpu/au1x00.h>
#include <libcpu/isr_entries.h>
au1x00_uart_t *uart0 = (au1x00_uart_t *)AU1X00_UART0_ADDR;
au1x00_uart_t *uart3 = (au1x00_uart_t *)AU1X00_UART3_ADDR;
@@ -29,7 +30,6 @@ au1x00_uart_t *uart3 = (au1x00_uart_t *)AU1X00_UART3_ADDR;
*/
void bsp_start( void )
{
extern void mips_install_isr_entries(void);
unsigned int compare = 0;
mips_set_sr( 0x7f00 ); /* all interrupts unmasked but globally off */

View File

@@ -1,3 +1,8 @@
2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Remove nested externs.
#include <libcpu/isr_entries.h.
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/genmongoosev.cfg: Remove RTEMS_BSP_FAMILY.

View File

@@ -22,9 +22,9 @@
#include <bsp.h>
#include <libcpu/mongoose-v.h>
#include <libcpu/isr_entries.h>
extern void _sys_exit(int);
extern void mips_install_isr_entries(void);
extern void mips_gdb_stub_install(void);
/*

View File

@@ -1,3 +1,8 @@
2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Remove nested externs.
#include <libcpu/isr_entries.h.
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/jmr3904.cfg: Remove RTEMS_BSP_FAMILY.

View File

@@ -15,10 +15,9 @@
*/
#include <bsp.h>
#include <libcpu/isr_entries.h>
#include <bsp/bootcard.h>
extern void mips_install_isr_entries(void);
/*
* bsp_start
*

View File

@@ -1,3 +1,8 @@
2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Remove nested externs.
#include <libcpu/isr_entries.h.
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/rbtx4925.cfg: Remove RTEMS_BSP_FAMILY.

View File

@@ -15,6 +15,7 @@
*/
#include <bsp.h>
#include <libcpu/isr_entries.h>
/*
* bsp_start
@@ -23,8 +24,6 @@
*/
void bsp_start( void )
{
extern void mips_install_isr_entries(void);
mips_install_isr_entries(); /* Install generic MIPS exception handler */
}

View File

@@ -1,3 +1,8 @@
2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Remove nested externs.
#include <libcpu/isr_entries.h.
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/rbtx4938.cfg: Remove RTEMS_BSP_FAMILY.

View File

@@ -15,6 +15,7 @@
*/
#include <bsp.h>
#include <libcpu/isr_entries.h>
/*
* bsp_start
@@ -23,7 +24,5 @@
*/
void bsp_start( void )
{
extern void mips_install_isr_entries(void);
mips_install_isr_entries(); /* Install generic MIPS exception handler */
}