PERFORCE change 152494 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Tue Nov 4 14:18:40 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=152494

Change 152494 by gonzo at 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


More information about the p4-projects mailing list