A good example of this in MIPS would be the ei/di (atomically enable/disable interrupts) instructions added to MIPS32 rev.2. According to RISC dogma, such instructions would be considered frivolous.
lol what? Then how would you atomically enable/disable interrupts without them?