Commit 40cb989f authored by Atsushi Nemoto's avatar Atsushi Nemoto Committed by Ralf Baechle
Browse files

MIPS: TX49xx: Define ARCH_KMALLOC_MINALIGN



With SLAB, it works without ARCH_KMALLOC_MINALIGN, but with SLOB/SLUB,
ARCH_KMALLOC_MINALIGN is required to ensure alignment of kmalloced
buffer.

Signed-off-by: default avatarAtsushi Nemoto <anemo@mba.ocn.ne.jp>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1248/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 26692f53
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
#ifndef __ASM_MACH_TX49XX_KMALLOC_H
#define __ASM_MACH_TX49XX_KMALLOC_H

/*
 * All happy, no need to define ARCH_KMALLOC_MINALIGN
 */
#define ARCH_KMALLOC_MINALIGN	L1_CACHE_BYTES

#endif /* __ASM_MACH_TX49XX_KMALLOC_H */