lkml.org 
[lkml]   [2015]   [Oct]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 11/22] arm64: Populate cpuinfo after notify_cpu_starting
On Mon, Oct 05, 2015 at 06:02:00PM +0100, Suzuki K. Poulose wrote:
> diff --git a/arch/arm64/kernel/smp.c b/arch/arm64/kernel/smp.c
> index cb3e0d8..6987de4 100644
> --- a/arch/arm64/kernel/smp.c
> +++ b/arch/arm64/kernel/smp.c
> @@ -163,14 +163,14 @@ asmlinkage void secondary_start_kernel(void)
> cpu_ops[cpu]->cpu_postboot();
>
> /*
> - * Log the CPU info before it is marked online and might get read.
> + * Enable GIC and timers.
> */
> - cpuinfo_store_cpu();
> + notify_cpu_starting(cpu);
>
> /*
> - * Enable GIC and timers.
> + * Log the CPU info before it is marked online and might get read.
> */
> - notify_cpu_starting(cpu);
> + cpuinfo_store_cpu();
>
> smp_store_cpu_info(cpu);

You can move the cpuinfo_store_cpu() call directly to
smp_store_cpu_info().

--
Catalin


\
 
 \ /
  Last update: 2015-10-08 12:21    [W:0.281 / U:0.632 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site