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:
parent
088ac3ef4b
commit
f0aefccb70
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340473
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user