]> asedeno.scripts.mit.edu Git - linux.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)
commit7fa1e2e6afa7f4c9f46528e61de6a15d9e8dffd9
tree43e6096d4ddfec078ba271d727ac36481dd476af
parent1598ecda7b239e9232dda032bfddeed9d89fab6c
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