OSDN Git Service

x86/microcode/intel: Move mc arg last in get_matching_{microcode|sig}
authorBorislav Petkov <bp@suse.de>
Tue, 10 Feb 2015 10:28:23 +0000 (11:28 +0100)
committerBorislav Petkov <bp@suse.de>
Mon, 2 Mar 2015 19:32:13 +0000 (20:32 +0100)
commite3d8f6747663b468ccedb8af0f38f2be82874c63
tree049e3b703d7638eee2c70b129749a7a942a9dcb7
parent9e02bb46d366b3635da966e29c5a53920ee7fde8
x86/microcode/intel: Move mc arg last in get_matching_{microcode|sig}

... arguments list so that it comes more natural for those functions to
have the signature, processor flags and revision together, before the
rest of the args.

No functionality change.

Signed-off-by: Borislav Petkov <bp@suse.de>
arch/x86/include/asm/microcode_intel.h
arch/x86/kernel/cpu/microcode/intel.c
arch/x86/kernel/cpu/microcode/intel_early.c
arch/x86/kernel/cpu/microcode/intel_lib.c