2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>

* startup/bspstart.c: Fix spacing.
This commit is contained in:
Joel Sherrill
2007-11-26 21:28:16 +00:00
parent bab02abc5e
commit 4b69980046
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Fix spacing.
2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspstart.c: Eliminate the interrupt_vector_table field in the
@@ -155,7 +155,7 @@ void _CPU_cache_invalidate_1_data_line(const void *addr)
*/
void bsp_postdriver_hook(void);
void bsp_libc_init( void *, uint32_t, int );
void bsp_pretasking_hook(void); /* m68k version */
void bsp_pretasking_hook(void); /* m68k version */
/*
* bsp_start
@@ -168,7 +168,7 @@ void bsp_start( void )
extern char _RamSize[];
extern unsigned long _M68k_Ramsize;
_M68k_Ramsize = (unsigned long)_RamSize; /* RAM size set in linker script */
_M68k_Ramsize = (unsigned long)_RamSize; /* RAM size set in linker script */
/*
* Allocate the memory for the RTEMS Work Space. This can come from