]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: add EXPORT_SYMBOL_NOKASAN()
authorMark Rutland <mark.rutland@arm.com>
Fri, 7 Dec 2018 18:08:16 +0000 (18:08 +0000)
committerWill Deacon <will.deacon@arm.com>
Mon, 10 Dec 2018 11:50:11 +0000 (11:50 +0000)
commit1b8c564dc7c0f03afdaa142de1b30ca73a5bed55
treeb3a232d62ab58078be3cf9bd4f5a063c6e813039
parentb6b0e7698014e40f400913b39e3b2eb5cdf21c89
arm64: add EXPORT_SYMBOL_NOKASAN()

So that we can export symbols directly from assembly files, let's make
use of the generic <asm/export.h>. We have a few symbols that we'll want
to conditionally export for !KASAN kernel builds, so we add a helper for
that in <asm/assembler.h>.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/assembler.h