Skip to content
Commit 7b716656 authored by jinho lim's avatar jinho lim Committed by Catalin Marinas
Browse files

arm64: rename dump_instr as dump_kernel_instr



In traps.c, only __die calls dump_instr.
However, this function has sub-function as __dump_instr.

dump_kernel_instr can replace those functions.
By using aarch64_insn_read, it does not have to change fs to KERNEL_DS.

Acked-by: default avatarWill Deacon <will.deacon@arm.com>
Signed-off-by: default avatarjinho lim <jordan.lim@samsung.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent d9db691d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment