2006-09-11 Joel Sherrill <joel@OARcorp.com>

* startup/bspstart.c: Convert C++ style comments to C style.
This commit is contained in:
Joel Sherrill
2006-09-11 21:43:59 +00:00
parent da2fc6c0cb
commit b18803f9c0
2 changed files with 7 additions and 3 deletions
@@ -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