Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Yinghai Lu
Date: Monday, November 17, 2008 - 11:18 am

Ingo Molnar wrote:
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.28-rc5
# Mon Nov 17 18:10:54 2008
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
CONFIG_X86_64=y
CONFIG_X86=y

it is 64bit, so something wrong with

+static int __devinit
+wakeup_secondary_cpu(int apicid, unsigned long start_eip)
+{
+	if (x86_quirks->wakeup_secondary_cpu)
+		return x86_quirks->wakeup_secondary_cpu(apicid, start_eip);
+
+	return wakeup_secondary_cpu_via_init(apicid, start_eip);
+}

x86_quirks->wakeup_secondary_cpu get assigned when es7000 with CLUSTERED (_MIP) or numaq  with _nmi

it's werid.

timing issue?

YH
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] x86: fix wakeup_cpu with numaq/es7000, Yinghai Lu, (Sun Nov 16, 1:47 am)
[PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Yinghai Lu, (Sun Nov 16, 4:12 am)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Ingo Molnar, (Mon Nov 17, 9:52 am)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Cyrill Gorcunov, (Mon Nov 17, 10:11 am)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Ingo Molnar, (Mon Nov 17, 10:35 am)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Ingo Molnar, (Mon Nov 17, 10:37 am)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Ingo Molnar, (Mon Nov 17, 10:38 am)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Ingo Molnar, (Mon Nov 17, 10:38 am)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Cyrill Gorcunov, (Mon Nov 17, 10:52 am)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Yinghai Lu, (Mon Nov 17, 10:54 am)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Yinghai Lu, (Mon Nov 17, 11:18 am)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Yinghai Lu, (Mon Nov 17, 2:06 pm)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Yinghai Lu, (Mon Nov 17, 4:19 pm)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Ingo Molnar, (Mon Nov 17, 4:28 pm)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Yinghai Lu, (Mon Nov 17, 7:49 pm)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Yinghai Lu, (Mon Nov 17, 7:51 pm)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Ingo Molnar, (Tue Nov 18, 12:43 am)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Hiroshi Shimamoto, (Wed Nov 19, 9:00 pm)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Ingo Molnar, (Thu Nov 20, 2:46 am)
Re: [PATCH] x86: fix wakeup_cpu with numaq/es7000 v2, Hiroshi Shimamoto, (Thu Nov 20, 11:15 am)