Define ARCH_KMALLOC_MINALIGN in the LinuxKPI.

Submitted by:	Johannes Lundberg <johalun0@gmail.com>
MFC after:	1 week
Sponsored by:	Mellanox Technologies
Sponsored by:	Limelight Networks
This commit is contained in:
Hans Petter Selasky 2018-06-07 11:44:11 +00:00
parent d150e15285
commit 71ee95ddf7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334778

View File

@ -85,6 +85,9 @@ struct linux_kmem_cache {
#define SLAB_DESTROY_BY_RCU \
SLAB_TYPESAFE_BY_RCU
#define ARCH_KMALLOC_MINALIGN \
__alignof(unsigned long long)
static inline gfp_t
linux_check_m_flags(gfp_t flags)
{