1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

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
This commit is contained in:
John Baldwin 2018-11-16 01:27:24 +00:00
parent 088ac3ef4b
commit f0aefccb70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340473

View File

@ -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