mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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);
|
||||
|
||||
/*
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
*
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user