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

Commit c2e315ea 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: fix incorrect per-cpu definition of regs_before_stop"

parents d8afc197 32e98058
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -508,7 +508,7 @@ u64 smp_irq_stat_cpu(unsigned int cpu)

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()