Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2008 22:18:39 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 152494 for review
Message-ID:  <200811042218.mA4MIdGi074959@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=152494

Change 152494 by gonzo@gonzo_jeeves on 2008/11/04 22:17:43

	Add some verbosity to boot log. Sometimes it's useful to know
	  TLB/cache settings of CPU.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/cpu.c#24 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/cpu.c#24 (text+ko) ====

@@ -136,6 +136,8 @@
 
 	mips_icache_sync_all();
 	mips_dcache_wbinv_all();
+	/* Print some info about CPU */
+	cpu_identify();
 }
 
 void



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811042218.mA4MIdGi074959>