diff options
author | Jiang Liu <liuj97@gmail.com> | 2014-01-07 18:17:09 +0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2014-01-08 19:21:29 +0400 |
commit | ae16480785de1da84f21d1698f304a52f9790c49 (patch) | |
tree | dc5ecc5f4c146c805321d1c226d47b4add3337d0 /REPORTING-BUGS | |
parent | b11a64a48ccc7ca0ceb33544206934fbd3cdbb22 (diff) | |
download | linux-ae16480785de1da84f21d1698f304a52f9790c49.tar.xz |
arm64: introduce interfaces to hotpatch kernel and module code
Introduce three interfaces to patch kernel and module code:
aarch64_insn_patch_text_nosync():
patch code without synchronization, it's caller's responsibility
to synchronize all CPUs if needed.
aarch64_insn_patch_text_sync():
patch code and always synchronize with stop_machine()
aarch64_insn_patch_text():
patch code and synchronize with stop_machine() if needed
Reviewed-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Jiang Liu <liuj97@gmail.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions