diff options
author | Randy Dunlap <[email protected]> | 2020-11-22 20:45:10 -0800 |
---|---|---|
committer | Will Deacon <[email protected]> | 2020-11-23 10:59:00 +0000 |
commit | 03659efe4287230b1d65b31c993708f335c8de82 (patch) | |
tree | fb15447ddbb87a2a7834768e2da4346bbc2087aa /tools/perf/scripts/python/syscall-counts.py | |
parent | 23c216416056148136bdaf0cdd18caf4904bb6e1 (diff) |
arm64/fpsimd: add <asm/insn.h> to <asm/kprobes.h> to fix fpsimd build
Adding <asm/exception.h> brought in <asm/kprobes.h> which uses
<asm/probes.h>, which uses 'pstate_check_t' so the latter needs to
#include <asm/insn.h> for this typedef.
Fixes this build error:
In file included from arch/arm64/include/asm/kprobes.h:24,
from arch/arm64/include/asm/exception.h:11,
from arch/arm64/kernel/fpsimd.c:35:
arch/arm64/include/asm/probes.h:16:2: error: unknown type name 'pstate_check_t'
16 | pstate_check_t *pstate_cc;
Fixes: c6b90d5cf637 ("arm64/fpsimd: Fix missing-prototypes in fpsimd.c")
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Tian Tao <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions