riscv: bpf: move rv_bpf_fixup_exception signature to extable.h
authorJisheng Zhang <jszhang@kernel.org>
Thu, 18 Nov 2021 11:23:21 +0000 (19:23 +0800)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 6 Jan 2022 01:52:24 +0000 (17:52 -0800)
commitc07935cb3ccf37acc5df079074ba20a720716f7a
treebd9627a688e9b6ea08d4ec2d14596142ef8cfc7c
parentbb1f85d6046f0db757ac52ed60a5eba5df394819
riscv: bpf: move rv_bpf_fixup_exception signature to extable.h

This is to group riscv related extable related functions signature
into one file.

Signed-off-by: Jisheng Zhang <jszhang@kernel.org>
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/include/asm/extable.h
arch/riscv/mm/extable.c
arch/riscv/net/bpf_jit_comp64.c