svn commit: r340473 - head/sys/dev/cxgbe/tom
John Baldwin
jhb at FreeBSD.org
Fri Nov 16 01:27:25 UTC 2018
Author: jhb
Date: Fri Nov 16 01:27:24 2018
New Revision: 340473
URL: https://svnweb.freebsd.org/changeset/base/340473
Log:
Restore the <sys/vmem.h> header to fix build of cxgbe(4) TOM.
vmem's are not just used for TLS memory in TOM and the #include actually
predates the TLS code so should not have been removed when the TLS vmem
moved in r340466.
Pointy hat to: jhb
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxgbe/tom/t4_tom.h
Modified: head/sys/dev/cxgbe/tom/t4_tom.h
==============================================================================
--- head/sys/dev/cxgbe/tom/t4_tom.h Fri Nov 16 00:44:22 2018 (r340472)
+++ head/sys/dev/cxgbe/tom/t4_tom.h Fri Nov 16 01:27:24 2018 (r340473)
@@ -32,6 +32,7 @@
#ifndef __T4_TOM_H__
#define __T4_TOM_H__
+#include <sys/vmem.h>
#include "tom/t4_tls.h"
#define LISTEN_HASH_SIZE 32
More information about the svn-src-all
mailing list