On Mon, Aug 29, 2011 at 04:45:20PM -0700, David Daney wrote: > On 08/29/2011 04:20 PM, Edgar E. Iglesias wrote: > >Hi, > > > >Commit 362e696428590f7d0a5d0971a2d04b0372a761b8 > >reorders a bunch of insns to improve the flow of the pipeline but > >for MT_SMTC kernels, AFAICT, the saving of CP0_STATUS seems wrong. > > Indeed. > > > > >Am I missing something? > > > > It does look like in the MIPS_MT_SMTC case we are clobbering the > value in v1. > > >If not here is a patch, tested with qemu. > > > > How about the attached completely untested one instead? > > David Daney > From d0035295ae34bcf84d601b1e25e2642fe0802752 Mon Sep 17 00:00:00 2001 > From: David Daney <david.daney@xxxxxxxxxx> > Date: Mon, 29 Aug 2011 16:42:12 -0700 > Subject: [PATCH] MIPS: Don't clobber CP0_STATUS vaue for CONFIG_MIPS_MT_SMTC > > Untested, but it looks nice. Thanks, I like you patch better. But whichever version will do. Cheers