svn commit: r275733 - in head/sys/dev/cxgbe: . tom

Navdeep Parhar np at FreeBSD.org
Fri Dec 12 21:55:00 UTC 2014


Author: np
Date: Fri Dec 12 21:54:59 2014
New Revision: 275733
URL: https://svnweb.freebsd.org/changeset/base/275733

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

Modified:
  head/sys/dev/cxgbe/adapter.h
  head/sys/dev/cxgbe/tom/t4_tom.h

Modified: head/sys/dev/cxgbe/adapter.h
==============================================================================
--- head/sys/dev/cxgbe/adapter.h	Fri Dec 12 19:56:36 2014	(r275732)
+++ head/sys/dev/cxgbe/adapter.h	Fri Dec 12 21:54:59 2014	(r275733)
@@ -57,6 +57,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: head/sys/dev/cxgbe/tom/t4_tom.h
==============================================================================
--- head/sys/dev/cxgbe/tom/t4_tom.h	Fri Dec 12 19:56:36 2014	(r275732)
+++ head/sys/dev/cxgbe/tom/t4_tom.h	Fri Dec 12 21:54:59 2014	(r275733)
@@ -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-head mailing list