Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2008 18:42:47 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135822 for review
Message-ID:  <200802201842.m1KIglYk082001@repoman.freebsd.org>

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

Change 135822 by rrs@rrs-mips2-jnpr on 2008/02/20 18:42:13

	more CIU debug purge

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips32/octeon32/octeon_machdep.c#14 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips32/octeon32/octeon_machdep.c#14 (text+ko) ====

@@ -639,15 +639,8 @@
 	return (oct_read64(ciu_intr_sum_reg_addr));
 }
 
-/* */
-#define DEBUG_CIU 1
 
-#ifdef DEBUG_CIU
-#define DEBUG_CIU_SUM 1
-#define DEBUG_CIU_EN 1
-#endif
 
-
 /*
  * ciu_clear_int_summary
  */
@@ -658,8 +651,6 @@
 	uint64_t ciu_intr_sum_reg_addr;
 
 
-	/*#define DEBUG_CIU_SUM 1 */
-
 #ifdef DEBUG_CIU_SUM
 	    uint64_t ciu_intr_sum_bits;
 #endif
@@ -761,8 +752,6 @@
 	if (core_num == CIU_THIS_CORE) {
 		core_num = octeon_get_core_num();
 	}
-	/* */
-#define DEBUG_CIU_EN 1
 
 #ifdef DEBUG_CIU_EN
 	    printf(" CIU: core %u enabling Intx %u  Enx %u IP %d  Bits: 0x%llX\n",



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