X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fsstep.h;h=f593b0f9b6278ee5625173931bb19eb72fb3d894;hb=bee86f14d51a5a9a3b1897e301da1e415df0ba23;hp=630a9889c07c0d735c0c6dbed91f34a64ecd5489;hpb=c2cc87ca9561ddfe744d446789cc10f507e87db9;p=linux-2.6 diff --git a/include/asm-powerpc/sstep.h b/include/asm-powerpc/sstep.h index 630a9889c0..f593b0f9b6 100644 --- a/include/asm-powerpc/sstep.h +++ b/include/asm-powerpc/sstep.h @@ -21,6 +21,7 @@ struct pt_regs; */ #define IS_MTMSRD(instr) (((instr) & 0xfc0007be) == 0x7c000124) #define IS_RFID(instr) (((instr) & 0xfc0007fe) == 0x4c000024) +#define IS_RFI(instr) (((instr) & 0xfc0007fe) == 0x4c000064) /* Emulate instructions that cause a transfer of control. */ extern int emulate_step(struct pt_regs *regs, unsigned int instr);