Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 boot updates from Ingo Molnar: "Three smaller changes: - clang fix - boot message beautification - unnecessary header inclusion removal" * 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/boot: Disable Clang warnings about GNU extensions x86/boot: Remove unnecessary #include <generated/utsrelease.h> x86/boot: Spell out "boot CPU" for BP
This commit is contained in:
@@ -251,7 +251,7 @@ static void notrace start_secondary(void *unused)
|
||||
/* otherwise gcc will move up smp_processor_id before the cpu_init */
|
||||
barrier();
|
||||
/*
|
||||
* Check TSC synchronization with the BP:
|
||||
* Check TSC synchronization with the boot CPU:
|
||||
*/
|
||||
check_tsc_sync_target();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user