Author: dim
Date: Sat Jan  4 21:23:49 2014
New Revision: 260286
URL: http://svnweb.freebsd.org/changeset/base/260286

Log:
  MFC r260056:
  
  In sys/dev/vxge/vxgehal/vxgehal-ring.c, #if 0 an unused static function.

Modified:
  stable/9/sys/dev/vxge/vxgehal/vxgehal-ring.c
Directory Properties:
  stable/9/sys/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/10/sys/dev/vxge/vxgehal/vxgehal-ring.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/9/sys/dev/vxge/vxgehal/vxgehal-ring.c
==============================================================================
--- stable/9/sys/dev/vxge/vxgehal/vxgehal-ring.c        Sat Jan  4 21:19:20 
2014        (r260285)
+++ stable/9/sys/dev/vxge/vxgehal/vxgehal-ring.c        Sat Jan  4 21:23:49 
2014        (r260286)
@@ -62,6 +62,7 @@ __hal_ring_block_memblock_idx_set(
            VXGE_HAL_RING_MEMBLOCK_IDX_OFFSET))) = memblock_idx;
 }
 
+#if 0
 /*
  * __hal_ring_block_next_pointer - Returns the dma address of next block
  * @block: RxD block
@@ -76,6 +77,7 @@ __hal_ring_block_next_pointer(
        return (dma_addr_t)*((u64 *) ((void *)((u8 *) block +
            VXGE_HAL_RING_NEXT_BLOCK_POINTER_OFFSET)));
 }
+#endif
 
 /*
  * __hal_ring_block_next_pointer_set - Sets the next block pointer in RxD block
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to