Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Will Deacon: "A couple of arm64 fixes - Fix boot on Hikey-960 by avoiding an IPI with interrupts disabled - Fix address truncation in pfn_valid() implementation" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid() arm64: Avoid calling stop_machine() when patching jump labels
This commit is contained in:
@@ -36,7 +36,7 @@ void arch_jump_label_transform(struct jump_entry *entry,
|
||||
insn = aarch64_insn_gen_nop();
|
||||
}
|
||||
|
||||
aarch64_insn_patch_text(&addr, &insn, 1);
|
||||
aarch64_insn_patch_text_nosync(addr, insn);
|
||||
}
|
||||
|
||||
void arch_jump_label_transform_static(struct jump_entry *entry,
|
||||
|
Reference in New Issue
Block a user