Author: arybchik
Date: Thu Jan 29 19:03:33 2015
New Revision: 277891
URL: https://svnweb.freebsd.org/changeset/base/277891

Log:
  sfxge: Remove unused esm_size member of the efsys_mem_t structure
  
  esm_size is not even initialized properly when memory is allocated.
  
  Sponsored by:   Solarflare Communications, Inc.
  Approved by:    gnn (mentor)

Modified:
  head/sys/dev/sfxge/common/efsys.h

Modified: head/sys/dev/sfxge/common/efsys.h
==============================================================================
--- head/sys/dev/sfxge/common/efsys.h   Thu Jan 29 19:02:25 2015        
(r277890)
+++ head/sys/dev/sfxge/common/efsys.h   Thu Jan 29 19:03:33 2015        
(r277891)
@@ -370,7 +370,6 @@ typedef struct efsys_mem_s {
        bus_dmamap_t            esm_map;
        caddr_t                 esm_base;
        efsys_dma_addr_t        esm_addr;
-       size_t                  esm_size;
 } efsys_mem_t;
 
 
_______________________________________________
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