2002-11-01 Joel Sherrill <joel@OARcorp.com>

* network/network.c, startup/bspclean.c: Removed warnings.
This commit is contained in:
Joel Sherrill
2002-11-01 21:50:47 +00:00
parent cf77de9de8
commit ac4554851d
3 changed files with 7 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* network/network.c, startup/bspclean.c: Removed warnings.
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.
@@ -1660,8 +1660,10 @@ int uti596_attach(
unsigned char j1; /* State of J1 jumpers */
int unitNumber;
char *unitName;
#if defined(mvme167)
char *pAddr;
int addr;
#endif
#ifdef DBG_ATTACH
printk(("uti596_attach: begins\n"))
@@ -35,6 +35,7 @@
static void bsp_return_to_monitor_trap( void )
{
extern void start( void );
extern void page_table_teardown( void );
register volatile void *start_addr;