powerpc/test_emulate_step: Move extern declaration to sstep.h
[linux-2.6-microblaze.git] / arch / powerpc / include / asm / sstep.h
index 325975b..c8e37ef 100644 (file)
@@ -108,6 +108,8 @@ enum instruction_type {
 #define GET_PREFIX_RA(i)       (((i) >> 16) & 0x1f)
 #define GET_PREFIX_R(i)                ((i) & (1ul << 20))
 
+extern s32 patch__exec_instr;
+
 struct instruction_op {
        int type;
        int reg;