]> xenbits.xensource.com Git - people/aperard/xen-unstable.git/commit
x86/altcall: Rename alternative_branches() to boot_apply_alt_calls()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sat, 19 Apr 2025 21:38:23 +0000 (22:38 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 23 Apr 2025 18:37:57 +0000 (19:37 +0100)
commit4ab3d34da3d88cff102a76c2ba928cff1ce8ea75
treeea130c805531b4f6f6d3d181505c4f5988169ae9
parentab2da34b207cb8fb98db9d96ed6f4b09d3791ace
x86/altcall: Rename alternative_branches() to boot_apply_alt_calls()

The alternatives APIs are not great; rename alternative_branches() to be more
precise.  Centralise the declaration in xen/alternative-call.h, in the
expectation that x86 won't be the only user in the long term.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/alternative.c
xen/arch/x86/include/asm/alternative.h
xen/arch/x86/setup.c
xen/include/xen/alternative-call.h