PERFORCE change 135822 for review

Randall R. Stewart rrs at FreeBSD.org
Wed Feb 20 18:42:48 UTC 2008


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

Change 135822 by rrs at 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",


More information about the p4-projects mailing list