[<prev] [next>] [day] [month] [year] [list]
Message-ID: <52AE98FD.3060704@huawei.com>
Date: Mon, 16 Dec 2013 14:09:01 +0800
From: Xie XiuQi <xiexiuqi@...wei.com>
To: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>
CC: <x86@...nel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [PATCH] x86, smp: fix misleading native_stop_other_cpus() description
The description should be for native_stop_other_cpus() instead of
smp_reboot_interrupt().
Signed-off-by: Xie XiuQi <xiexiuqi@...wei.com>
---
arch/x86/kernel/smp.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/arch/x86/kernel/smp.c b/arch/x86/kernel/smp.c
index 7c3a5a6..f295a18 100644
--- a/arch/x86/kernel/smp.c
+++ b/arch/x86/kernel/smp.c
@@ -164,10 +164,6 @@ static int smp_stop_nmi_callback(unsigned int val, struct pt_regs *regs)
return NMI_HANDLED;
}
-/*
- * this function calls the 'stop' function on all other CPUs in the system.
- */
-
asmlinkage void smp_reboot_interrupt(void)
{
ack_APIC_irq();
@@ -176,6 +172,9 @@ asmlinkage void smp_reboot_interrupt(void)
irq_exit();
}
+/*
+ * this function calls the 'stop' function on all other CPUs in the system.
+ */
static void native_stop_other_cpus(int wait)
{
unsigned long flags;
--
1.8.2.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists