PERFORCE change 135816 for review

Randall R. Stewart rrs at FreeBSD.org
Wed Feb 20 18:31:35 UTC 2008


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

Change 135816 by rrs at rrs-mips2-jnpr on 2008/02/20 18:31:08

	kill rest of //

Affected files ...

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

Differences ...

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

@@ -368,7 +368,7 @@
 	}
 
 	/* Write the byte */
-	//oct_write8(OCTEON_MIO_UART0_THR + (uart_index * 0x400), (uint64_t) ch);
+	/*oct_write8(OCTEON_MIO_UART0_THR + (uart_index * 0x400), (uint64_t) ch); */
 	oct_write64(OCTEON_MIO_UART0_THR + (uart_index * 0x400), (uint64_t) ch);
 
 	/* Force Flush the IOBus */
@@ -391,7 +391,7 @@
 	}
 
 	/* Write the byte */
-	//oct_write8(OCTEON_MIO_UART0_THR, (uint64_t) ch);
+	/*oct_write8(OCTEON_MIO_UART0_THR, (uint64_t) ch); */
 	oct_write64(OCTEON_MIO_UART0_THR, (uint64_t) ch);
 
 	/* Force Flush the IOBus */
@@ -554,7 +554,7 @@
 	return (ciu_intr_sum_reg_addr);
 }
 
-//
+/* */
 #ifndef OCTEON_SMP
 static uint64_t ciu_get_intr_en_reg_addr(int core_num, int intx, int enx);
 
@@ -575,7 +575,7 @@
 
 
 
-//
+/* */
 #else
 
 uint64_t ciu_get_en_reg_addr_new(int corenum, int intx, int enx, int ciu_ip);
@@ -622,7 +622,7 @@
 	return (ciu_intr_reg_addr);
 }
 
-//
+/* */
 #endif
 
 /*
@@ -639,7 +639,7 @@
 	return (oct_read64(ciu_intr_sum_reg_addr));
 }
 
-//
+/* */
 #define DEBUG_CIU 1
 
 #ifdef DEBUG_CIU
@@ -761,7 +761,7 @@
 	if (core_num == CIU_THIS_CORE) {
 		core_num = octeon_get_core_num();
 	}
-	//
+	/* */
 #define DEBUG_CIU_EN 1
 
 #ifdef DEBUG_CIU_EN


More information about the p4-projects mailing list