On Wed, 2007-11-07 at 14:17 +1100, Jeremy Kerr wrote: > > + /* Copy exception arguments into module specific structure */ > > + ctx->csa.class_0_pending = spu->class_0_pending; > > + ctx->csa.dsisr = spu->dsisr; > > + ctx->csa.dar = spu->dar; > > + > > + mb(); > > OK with a smp_wmb() here instead? > yup. Luke