Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61691972 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: smp: Update the topology masks before calling CPU_STARTING notifiers"

parents d4cf9d00 c6d04612
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -363,12 +363,12 @@ asmlinkage void secondary_start_kernel(void)
	if (smp_ops.smp_secondary_init)
		smp_ops.smp_secondary_init(cpu);

	smp_store_cpu_info(cpu);

	notify_cpu_starting(cpu);

	calibrate_delay();

	smp_store_cpu_info(cpu);

	/*
	 * OK, now it's safe to let the boot CPU continue.  Wait for
	 * the CPU migration code to notice that the CPU is online
+2 −2
Original line number Diff line number Diff line
@@ -171,10 +171,10 @@ asmlinkage void secondary_start_kernel(void)
	/*
	 * Enable GIC and timers.
	 */
	notify_cpu_starting(cpu);

	smp_store_cpu_info(cpu);

	notify_cpu_starting(cpu);

	/*
	 * OK, now it's safe to let the boot CPU continue.  Wait for
	 * the CPU migration code to notice that the CPU is online