ARM: hw_breakpoint: Check function for OS Save and Restore mechanism
[linux-2.6-microblaze.git] / arch / arm / include / asm / hw_breakpoint.h
index 01169dd..eef55ea 100644 (file)
@@ -85,6 +85,9 @@ static inline void decode_ctrl_reg(u32 reg,
 #define ARM_DSCR_HDBGEN                (1 << 14)
 #define ARM_DSCR_MDBGEN                (1 << 15)
 
+/* OSLSR os lock model bits */
+#define ARM_OSLSR_OSLM0                (1 << 0)
+
 /* opcode2 numbers for the co-processor instructions. */
 #define ARM_OP2_BVR            4
 #define ARM_OP2_BCR            5