mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
* startup/bspstart.c: Remove local prototypes of promCopyDcacheFlush,
promCopyIcacheFlush. * include/bsp.h: Add prototypes of promCopyDcacheFlush and promCopyIcacheFlush.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Remove local prototypes of promCopyDcacheFlush,
|
||||
promCopyIcacheFlush.
|
||||
* include/bsp.h: Add prototypes of promCopyDcacheFlush and
|
||||
promCopyIcacheFlush.
|
||||
|
||||
2009-11-16 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* startup/bspstart.c: Remove nested externs.
|
||||
|
||||
@@ -54,6 +54,11 @@ extern void assertSoftwareInterrupt(uint32_t);
|
||||
|
||||
rtems_isr_entry set_vector( rtems_isr_entry, rtems_vector_number, int );
|
||||
|
||||
|
||||
/* from start.S */
|
||||
extern void promCopyIcacheFlush(void);
|
||||
extern void promCopyDcacheFlush(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -87,9 +87,6 @@ void bsp_start( void )
|
||||
|
||||
void clear_cache( void )
|
||||
{
|
||||
extern void promCopyIcacheFlush(void); /* from start.S */
|
||||
extern void promCopyDcacheFlush(void);
|
||||
|
||||
promCopyIcacheFlush();
|
||||
promCopyDcacheFlush();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user