]> 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)
commit99dd3a671ee1aea2e1720fb65fc9de81b8cc4521
tree43e6096d4ddfec078ba271d727ac36481dd476af
parentb0f672166a27c55877a881e78a59922eab7f2f89
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