svn commit: r281211 - in stable/10/sys/dev/cxgbe: . tom

Navdeep Parhar np at FreeBSD.org
Tue Apr 7 17:07:31 UTC 2015


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
 
 /*


More information about the svn-src-all mailing list