diff options
| author | Will Deacon <will.deacon@arm.com> | 2015-10-13 14:01:06 +0100 |
|---|---|---|
| committer | Catalin Marinas <catalin.marinas@arm.com> | 2015-10-13 14:54:42 +0100 |
| commit | 83040123fde42ec532d3b632efb5f7f84024e61d (patch) | |
| tree | 668de0164f4db8ac50f426839770edd5139a8b51 /scripts/stackusage | |
| parent | Documentation/features/KASAN: arm64 supports KASAN now (diff) | |
| download | linux-83040123fde42ec532d3b632efb5f7f84024e61d.tar.gz linux-83040123fde42ec532d3b632efb5f7f84024e61d.zip | |
arm64: kasan: fix issues reported by sparse
Sparse reports some new issues introduced by the kasan patches:
arch/arm64/mm/kasan_init.c:91:13: warning: no previous prototype for
'kasan_early_init' [-Wmissing-prototypes] void __init kasan_early_init(void)
^
arch/arm64/mm/kasan_init.c:91:13: warning: symbol 'kasan_early_init'
was not declared. Should it be static? [sparse]
This patch resolves the problem by adding a prototype for
kasan_early_init and marking the function as asmlinkage, since it's only
called from head.S.
Signed-off-by: Will Deacon <will.deacon@arm.com>
Acked-by: Andrey Ryabinin <ryabinin.a.a@gmail.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
