From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751862AbdISMh4 (ORCPT ); Tue, 19 Sep 2017 08:37:56 -0400 Received: from mx2.suse.de ([195.135.220.15]:38807 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751485AbdISMhx (ORCPT ); Tue, 19 Sep 2017 08:37:53 -0400 Date: Tue, 19 Sep 2017 14:37:50 +0200 From: Jean Delvare To: x86@kernel.org, LKML Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Alok Kataria Subject: [PATCH] x86/setup: Clarify a comment Message-ID: <20170919143750.246159e4@endymion> Organization: SUSE Linux X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It's not obvious to everybody that BP stands for boot processor. At least it was not for me. Signed-off-by: Jean Delvare Cc: Alok Kataria --- arch/x86/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-4.14-rc1.orig/arch/x86/kernel/setup.c 2017-09-17 00:47:51.000000000 +0200 +++ linux-4.14-rc1/arch/x86/kernel/setup.c 2017-09-19 14:28:30.553830299 +0200 @@ -1045,7 +1045,7 @@ void __init setup_arch(char **cmdline_p) /* * VMware detection requires dmi to be available, so this - * needs to be done after dmi_scan_machine, for the BP. + * needs to be done after dmi_scan_machine, for the boot processor. */ init_hypervisor_platform(); -- Jean Delvare SUSE L3 Support