On Tue, Aug 29, 2017 at 09:44:16AM -0700, Paul Burton wrote: > > +#ifdef CONFIG_DEBUG_FS > > static DEFINE_PER_CPU(struct mips_r2_emulator_stats, mipsr2emustats); > > static DEFINE_PER_CPU(struct mips_r2_emulator_stats, mipsr2bdemustats); > > static DEFINE_PER_CPU(struct mips_r2br_emulator_stats, mipsr2bremustats); > > +#endif > > > > if you're OK with it then I guess it may be best for Ralf to fold this > > change into your patch? > > D'oh! That looks like a reasonable fix to me - could you fold it in Ralf? Done that a few hours ago. Ralf