mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
x86/alternatives: Sort local vars in apply_alternatives()
In a reverse x-mas tree. No functional changes. Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/r/20240130105941.19707-5-bp@alien8.de
This commit is contained in:
parent
c3a3cb5c3d
commit
05d277c9a9
|
|
@ -445,9 +445,9 @@ static int alt_replace_call(u8 *instr, u8 *insn_buff, struct alt_instr *a)
|
|||
void __init_or_module noinline apply_alternatives(struct alt_instr *start,
|
||||
struct alt_instr *end)
|
||||
{
|
||||
struct alt_instr *a;
|
||||
u8 *instr, *replacement;
|
||||
u8 insn_buff[MAX_PATCH_LEN];
|
||||
u8 *instr, *replacement;
|
||||
struct alt_instr *a;
|
||||
|
||||
DPRINTK(ALT, "alt table %px, -> %px", start, end);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user