diff options
author | Ingo Molnar <mingo@kernel.org> | 2025-04-11 07:40:48 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2025-04-11 11:01:34 +0200 |
commit | 8a6a1b4e0ef15dab908a365588e06f23f9c0bad5 (patch) | |
tree | a5a97bc5d05008faa0de9e2aa1ff2de5bb03f4f3 /scripts/lib/kdoc/kdoc_re.py | |
parent | 0e351aec2b0052d33d6e44ded622223043d4dcd5 (diff) |
x86/alternatives: Remove the mixed-patching restriction on smp_text_poke_single()
At this point smp_text_poke_single(addr, opcode, len, emulate) is equivalent to:
smp_text_poke_batch_add(addr, opcode, len, emulate);
smp_text_poke_batch_finish();
So remove the restriction on mixing single-instruction patching
with multi-instruction patching.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Juergen Gross <jgross@suse.com>
Cc: "H . Peter Anvin" <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20250411054105.2341982-37-mingo@kernel.org
Diffstat (limited to 'scripts/lib/kdoc/kdoc_re.py')
0 files changed, 0 insertions, 0 deletions