mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 17:51:31 +08:00
2006-09-11 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: Convert C++ style comments to C style.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-09-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/bspstart.c: Convert C++ style comments to C style.
|
||||
|
||||
2006-03-08 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Add .gnu.linkonce.b.* section.
|
||||
|
||||
@@ -154,9 +154,9 @@ void clear_cache( void )
|
||||
promCopyDcacheFlush();
|
||||
}
|
||||
|
||||
/*
|
||||
#if 0
|
||||
|
||||
//Structure filled in by get_mem_info.
|
||||
/* Structure filled in by get_mem_info. */
|
||||
|
||||
struct s_mem
|
||||
{
|
||||
@@ -174,4 +174,4 @@ void get_mem_info ( struct s_mem *mem )
|
||||
mem->dcsize = MONGOOSEV_DC_SIZE;
|
||||
}
|
||||
|
||||
*/
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user