Files
android_kernel_xiaomi_sm8450/arch/x86/kernel
Borislav Petkov f8bb45e2c4 x86/microcode/intel: Rename mc_saved_in_initrd
Rename it to mc_tmp_ptrs to denote better what it is - a temporary array
for saving pointers to microcode blobs. And "initrd" is not accurate
anymore since initrd is not the only source for early microcode.
Therefore, rename copy_initrd_ptrs() to copy_ptrs() simply and
"initrd_start" to "offset".

And then do the following convention: the global variable is called
"mc_tmp_ptrs" and the local function arguments "mc_ptrs" for
differentiation.

Tested-by: Thomas Voegtle <tv@lio96.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1454499225-21544-14-git-send-email-bp@alien8.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2016-02-09 11:41:18 +01:00
..
2015-05-05 20:48:02 +02:00
2014-12-13 12:42:51 -08:00
2015-10-21 11:17:32 +02:00
2015-11-23 09:44:58 +01:00
2015-04-24 15:36:55 +02:00
2015-10-21 11:17:32 +02:00
2015-11-05 13:07:54 +01:00
2014-10-17 13:40:52 -07:00
2015-09-14 12:22:00 +02:00