On Wed, Nov 24, 2004 at 03:16:44AM +0100, Thiemo Seufer wrote: > > -#define i_ssnop(buf) i_sll(buf, 0, 2, 1) > > +#define i_ssnop(buf) i_sll(buf, 0, 0, 1) > > Just FYI, I took the ssnop definition from _ssnop in > include/asm-mips/hazards.h, which is different from SSNOP in > include/asm-mips/asm.h. I hope the difference is not meant to > mean more than a typo. :-) It was a typo. As a shift instruction it may have kept semantics that way but not as a superscalar nop ... Ralf