Date: Thu, 3 Jan 2008 23:09:03 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 132437 for review Message-ID: <200801032309.m03N93V5072370@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132437 Change 132437 by imp@imp_paco-paco on 2008/01/03 23:08:20 hack a little on clock.c, then punt. Not sure it is needed. down to one file. Woo Hoo! Affected files ... .. //depot/projects/mips2-jnpr/src/sys/conf/files.mips#3 edit .. //depot/projects/mips2-jnpr/src/sys/mips/mips/clock.c#3 edit Differences ... ==== //depot/projects/mips2-jnpr/src/sys/conf/files.mips#3 (text+ko) ==== @@ -56,7 +56,7 @@ # Phase 4 # ---------------------------------------------------------------------- # -mips/mips/clock.c standard +#mips/mips/clock.c standard #mips/mips/queue.c standard # ---------------------------------------------------------------------- # Phase 5 ==== //depot/projects/mips2-jnpr/src/sys/mips/mips/clock.c#3 (text+ko) ==== @@ -54,10 +54,6 @@ #include <machine/intr.h> #include <machine/defs.h> #include <machine/atomic.h> -#if 0 -#include <machine/vchip_api.h> -#include <dev/jnxhost/dog.h> -#endif struct clk_ticks { u_long hard_ticks; @@ -148,6 +144,8 @@ } } +void mips_start_timer(void); + void mips_start_timer(void) { @@ -165,8 +163,6 @@ static void mips_timer_init(void) { - unsigned int ic_reg; - printf("mips_timer_init: starting the real time clock.\n"); /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801032309.m03N93V5072370>