Skip to content
Commit 9f1ae759 authored by Catalin Marinas's avatar Catalin Marinas
Browse files

arm64: Correct ftrace calls to aarch64_insn_gen_branch_imm()



The aarch64_insn_gen_branch_imm() function takes an enum as the last
argument rather than a bool. It happens to work because
AARCH64_INSN_BRANCH_LINK matches 'true' but better to use the actual
type.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent a6583c7c
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