Date: Fri, 12 Dec 2014 21:55:00 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r275733 - in head/sys/dev/cxgbe: . tom Message-ID: <201412122155.sBCLt0gs007185@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412122155.sBCLt0gs007185>