aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/apic.c
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2017-10-03 11:47:27 +0200
committerIngo Molnar <mingo@kernel.org>2017-10-03 18:41:23 +0200
commita1652bb8a01c1a830cacbe958aec17f880cc1e47 (patch)
tree61c8b7deb44c718746254431207e31d71171bda5 /arch/x86/kernel/apic/apic.c
parentLinux 4.14-rc3 (diff)
downloadlinux-dev-a1652bb8a01c1a830cacbe958aec17f880cc1e47.tar.xz
linux-dev-a1652bb8a01c1a830cacbe958aec17f880cc1e47.zip
x86/boot: Spell out "boot CPU" for BP
It's not obvious to everybody that BP stands for boot processor. At least it was not for me. And BP is also a CPU register on x86, so it is ambiguous. Spell out "boot CPU" everywhere instead. Signed-off-by: Jean Delvare <jdelvare@suse.de> Cc: Alok Kataria <akataria@vmware.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kernel/apic/apic.c')
-rw-r--r--arch/x86/kernel/apic/apic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
index d705c769f77d..0b7079f0fb9c 100644
--- a/arch/x86/kernel/apic/apic.c
+++ b/arch/x86/kernel/apic/apic.c
@@ -1462,7 +1462,7 @@ void setup_local_APIC(void)
/*
* Set up LVT0, LVT1:
*
- * set up through-local-APIC on the BP's LINT0. This is not
+ * set up through-local-APIC on the boot CPU's LINT0. This is not
* strictly necessary in pure symmetric-IO mode, but sometimes
* we delegate interrupts to the 8259A.
*/