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)
... 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>

No differences found