summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel
diff options
context:
space:
mode:
authorVincent Chen <vincent.chen@sifive.com>2020-04-16 04:38:04 +0200
committerPalmer Dabbelt <palmerdabbelt@google.com>2020-05-18 20:38:09 +0200
commitf83b04d36e52cc3d941120ec859374fcda36eb31 (patch)
treee063a9c036c048bbcbd25828f0b1702caa35dba0 /arch/riscv/kernel
parentRISC-V: Skip setting up PMPs on traps (diff)
downloadlinux-f83b04d36e52cc3d941120ec859374fcda36eb31.tar.xz
linux-f83b04d36e52cc3d941120ec859374fcda36eb31.zip
kgdb: Add kgdb_has_hit_break function
The break instruction in RISC-V does not have an immediate value field, so the kernel cannot identify the purpose of each trap exception through the opcode. This makes the existing identification schemes in other architecture unsuitable for the RISC-V kernel. To solve this problem, this patch adds kgdb_has_hit_break(), which can help RISC-V kernel identify the KGDB trap exception. Signed-off-by: Vincent Chen <vincent.chen@sifive.com> Reviewed-by: Palmer Dabbelt <palmerdabbelt@google.com> Acked-by: Daniel Thompson <daniel.thompson@linaro.org> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
Diffstat (limited to 'arch/riscv/kernel')
0 files changed, 0 insertions, 0 deletions