x86/cpu: Make identify_boot_cpu() static
authorThomas Gleixner <tglx@linutronix.de>
Tue, 8 Aug 2023 22:03:39 +0000 (15:03 -0700)
committerDave Hansen <dave.hansen@linux.intel.com>
Wed, 9 Aug 2023 18:58:15 +0000 (11:58 -0700)
commit3ba3fdfe2c3f28b9976f0c07eb7736080cb7d4a9
tree0cecf78a39ca98fa9777fd2e7c06cb8c872b99f6
parent6e3edb0fb5c0ee3ab1edc1fcfd159e7dd177ef0e
x86/cpu: Make identify_boot_cpu() static

It's not longer used outside the source file.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: Michael Kelley <mikelley@microsoft.com>
Tested-by: Sohil Mehta <sohil.mehta@intel.com>
Tested-by: Juergen Gross <jgross@suse.com> # Xen PV (dom0 and unpriv. guest)
arch/x86/include/asm/processor.h
arch/x86/kernel/cpu/common.c