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

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

Merge "ARM: smp: fix incorrect per-cpu definition of regs_before_stop"

parents 53ac285f f5ced2e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -568,7 +568,7 @@ static void percpu_timer_stop(void)

static DEFINE_RAW_SPINLOCK(stop_lock);

static struct pt_regs __percpu regs_before_stop;
DEFINE_PER_CPU(struct pt_regs, regs_before_stop);
/*
 * ipi_cpu_stop - handle IPI from smp_send_stop()
 */