x86/microcode/amd: Move private inlines to .c and mark local functions static
authorBorislav Petkov <bp@suse.de>
Tue, 25 Oct 2016 09:55:19 +0000 (11:55 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 25 Oct 2016 10:28:59 +0000 (12:28 +0200)
commit76bd11c23aaa5c4bed504bfc4cf690240759598d
tree6359efb026192b53369044d8cc6474fa4cd9bf3e
parent7f709d0c322203e37581f6b7c91f88b4fdeca5a0
x86/microcode/amd: Move private inlines to .c and mark local functions static

Make them all static as they're used in a single file now.

No functionality change.

Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Josh Poimboeuf <jpoimboe@redhat.com>
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/20161025095522.11964-10-bp@alien8.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/microcode_amd.h
arch/x86/kernel/cpu/microcode/amd.c