diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-11-13 16:32:30 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-11-13 16:32:30 -0800 |
| commit | 6a9f70b0a5b3ca5db1dd5c7743ca555bfca2ae08 (patch) | |
| tree | 93f5ff596cf079ee4cc6d59c08728d72e542904f /arch/x86/kernel/cpu/common.c | |
| parent | d6ec9d9a4def52a5094237564eaf6f6979fd7a27 (diff) | |
| parent | 6c3b56b1973083e2bb4e87eb90ea5368455706dc (diff) | |
| download | linux-6a9f70b0a5b3ca5db1dd5c7743ca555bfca2ae08.tar.gz linux-6a9f70b0a5b3ca5db1dd5c7743ca555bfca2ae08.tar.bz2 linux-6a9f70b0a5b3ca5db1dd5c7743ca555bfca2ae08.zip | |
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
Diffstat (limited to 'arch/x86/kernel/cpu/common.c')
| -rw-r--r-- | arch/x86/kernel/cpu/common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index 47f8a85be11c..13ae9e5eec2f 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c @@ -885,8 +885,8 @@ static void identify_cpu_without_cpuid(struct cpuinfo_x86 *c) * cache alignment. * The others are not touched to avoid unwanted side effects. * - * WARNING: this function is only called on the BP. Don't add code here - * that is supposed to run on all CPUs. + * WARNING: this function is only called on the boot CPU. Don't add code + * here that is supposed to run on all CPUs. */ static void __init early_identify_cpu(struct cpuinfo_x86 *c) { |
