]> git.baikalelectronics.ru Git - kernel.git/commit
kasan, arm64: remove redundant ARCH_SLAB_MINALIGN define
authorAndrey Konovalov <andreyknvl@google.com>
Fri, 11 Jan 2019 13:47:40 +0000 (14:47 +0100)
committerWill Deacon <will.deacon@arm.com>
Wed, 16 Jan 2019 12:09:11 +0000 (12:09 +0000)
commitb1e28fb042622b3fb7e24742588b5cac77fc0cdc
tree43e6096d4ddfec078ba271d727ac36481dd476af
parent0cd987956fba60522b684262569a57a831d5e846
kasan, arm64: remove redundant ARCH_SLAB_MINALIGN define

Defining ARCH_SLAB_MINALIGN in arch/arm64/include/asm/cache.h when KASAN
is off is not needed, as it is defined in defined in include/linux/slab.h
as ifndef.

Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/cache.h