x86/CPU: Move cpu local function declarations to local header
authorThomas Gleixner <tglx@linutronix.de>
Sun, 13 May 2018 09:29:07 +0000 (11:29 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 13 May 2018 10:06:12 +0000 (12:06 +0200)
commitb5cf8707e6c9d85819b4bee3218ec560953149f7
treec89dc337b58c3be366596e3997478cefe12e028a
parent3986a0a805e668a63fac0ca2cdfa8db951f87c4b
x86/CPU: Move cpu local function declarations to local header

No point in exposing all these functions globaly as they are strict local
to the cpu management code.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/include/asm/processor.h
arch/x86/kernel/cpu/cacheinfo.c
arch/x86/kernel/cpu/cpu.h