]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86/microcode/intel: Rename get_matching_microcode
authorBorislav Petkov <bp@suse.de>
Sun, 17 May 2015 10:54:58 +0000 (12:54 +0200)
committerIngo Molnar <mingo@kernel.org>
Mon, 18 May 2015 07:32:36 +0000 (09:32 +0200)
commit8de3eafc161022dd094fa009346509c712e9c4b0
tree8fefa9208180d1649c81c7e34b74fd3f3e9520fb
parent6b44e72a1c45d1a4e903af75611235a2d6ea25e3
x86/microcode/intel: Rename get_matching_microcode

... to has_newer_microcode() as it does exactly that: checks
whether binary data @mc has newer microcode patch than the
applied one. Move @mc to be the first function arg too.

Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1431860101-14847-2-git-send-email-bp@alien8.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
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