From: Colin King <colin.k...@canonical.com> Date: Tue, 22 Aug 2017 23:46:06 +0100
> From: Colin Ian King <colin.k...@canonical.com> > > There is a missing break causing a fall-through and setting > ctx.use_bbit_insns to the wrong value. Fix this by adding the > missing break. > > Detected with cppcheck: > "Variable 'ctx.use_bbit_insns' is reassigned a value before the old > one has been used. 'break;' missing?" > > Fixes: 8d8d18c3283f ("MIPS,bpf: Fix using smp_processor_id() in preemptible > splat.") > Signed-off-by: Colin Ian King <colin.k...@canonical.com> > Acked-by: David Daney <david.da...@cavium.com> Applied, thanks.