Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



mark
Wed Jun 24 11:40:11 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/riscpc
In directory nb00:/tmp/cvs-serv7208

Modified Files:
        rpc_machdep.c 
Log Message:
Removed pagetables_start as this is a dead variable.
Declare process_kernel_args() as static.


mark
Wed Jun 24 11:41:35 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/rc7500
In directory nb00:/tmp/cvs-serv7262

Modified Files:
        rc7500_machdep.c 
Log Message:
Removed pagetables_start, debug_flags, cpu_cache and cpu_ctrl as these
are dead variables.
Removed initialisation of cpu_cache.
Declared process_kernel_args() as static.


mark
Wed Jun 24 11:43:44 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/ofw
In directory nb00:/tmp/cvs-serv7326

Modified Files:
        ofwgencfg_clock.c 
Log Message:
Removed unused variable from setstatclockrate().
Removed unused static variable statclockirq.
Removed the old commented out irq_claim() code (supplanted by intr_claim())


mark
Wed Jun 24 11:49:13 PDT 1998
Update of /cvsroot/src/sys/arch/arm32/shark
In directory nb00:/tmp/cvs-serv7398

Modified Files:
        shark_machdep.c 
Log Message:
Cleanup time:
  Fix code indenting.
  Removed a load of unnecessary includes.
  Removed unnecessary prototypes and variables.
  Removed dead variables debug_flags and cpu_cache.
  Removed some unnecessary cache syncs.
  Only sync the first 64 bytes after setting up the vectors.
  Removed all the boot argument checking code and instead call the
  generic ARM boot argument checking code parse_mi_bootargs() in machdep.c
  Use the get_bootconf_option() function to check for the shark specific
  quiet and noquiet options.




Home | Main Index | Thread Index | Old Index