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:
parent
66dc0675f5
commit
83d5f6a312
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user