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:
hselasky 2018-06-07 11:44:11 +00:00
parent 66dc0675f5
commit 83d5f6a312

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)
{