Date: Wed, 20 Feb 2008 18:31:34 GMT From: "Randall R. Stewart" <rrs@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 135816 for review Message-ID: <200802201831.m1KIVYMV081479@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135816 Change 135816 by rrs@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802201831.m1KIVYMV081479>