PERFORCE change 1185295 for review

Brooks Davis brooks at FreeBSD.org
Tue Oct 22 16:17:48 UTC 2013


http://p4web.freebsd.org/@@1185295?ac=10

Change 1185295 by brooks at brooks_zenith on 2013/10/22 16:17:06

	GC some #if 0'd debug code.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/mips/beri/beri_pic.c#9 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/mips/beri/beri_pic.c#9 (text+ko) ====

@@ -218,9 +218,6 @@
 static void
 bp_config_source(device_t ic, int src, int enable, u_long tid, u_long irq)
 {
-#if 0
-	char configstr[64];
-#endif
 	struct beripic_softc *sc;
 	uint64_t config;
 
@@ -231,12 +228,6 @@
 	config |= tid << BP_CFG_SHIFT_TID;
 	config |= irq << BP_CFG_SHIFT_IRQ;
 
-#if 0
-	/* There is not valid console when doing IPI setup on APs */
-	if (bootverbose && (tid == 0 || !cold))
-		device_printf(ic, "src %d: %s\n", src,
-		    bp_strconfig(config, configstr, sizeof(configstr)));
-#endif
 	bp_write_cfg(sc, src, config);
 }
 


More information about the p4-projects mailing list