Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 16:17:48 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 1185295 for review
Message-ID:  <201310221617.r9MGHmem051919@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@1185295?ac=10

Change 1185295 by brooks@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);
 }
 



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