Author: np
Date: Tue Apr  7 17:07:30 2015
New Revision: 281211
URL: https://svnweb.freebsd.org/changeset/base/281211

Log:
  MFC r275733:
  
  Move KTR_CXGBE from t4_tom.h to adapter.h so that the base if_cxgbe
  code can use it too.

Modified:
  stable/10/sys/dev/cxgbe/adapter.h
  stable/10/sys/dev/cxgbe/tom/t4_tom.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/cxgbe/adapter.h
==============================================================================
--- stable/10/sys/dev/cxgbe/adapter.h   Tue Apr  7 16:48:23 2015        
(r281210)
+++ stable/10/sys/dev/cxgbe/adapter.h   Tue Apr  7 17:07:30 2015        
(r281211)
@@ -51,6 +51,7 @@
 #include "common/t4_msg.h"
 #include "firmware/t4fw_interface.h"
 
+#define KTR_CXGBE      KTR_SPARE3
 MALLOC_DECLARE(M_CXGBE);
 #define CXGBE_UNIMPLEMENTED(s) \
     panic("%s (%s, line %d) not implemented yet.", s, __FILE__, __LINE__)

Modified: stable/10/sys/dev/cxgbe/tom/t4_tom.h
==============================================================================
--- stable/10/sys/dev/cxgbe/tom/t4_tom.h        Tue Apr  7 16:48:23 2015        
(r281210)
+++ stable/10/sys/dev/cxgbe/tom/t4_tom.h        Tue Apr  7 17:07:30 2015        
(r281211)
@@ -31,7 +31,6 @@
 #ifndef __T4_TOM_H__
 #define __T4_TOM_H__
 
-#define KTR_CXGBE      KTR_SPARE3
 #define LISTEN_HASH_SIZE 32
 
 /*
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to