ARM: save and reset the address limit when entering an exception
[deliverable/linux.git] / arch / arm / include / asm / ptrace.h
index 0ef0093800f25c90654d4853f925fc016b6b290c..e9c9a117bd25d5b69e8ba5313990f18f8db7311d 100644 (file)
@@ -22,7 +22,7 @@ struct pt_regs {
 struct svc_pt_regs {
        struct pt_regs regs;
        u32 dacr;
-       u32 unused;
+       u32 addr_limit;
 };
 
 #define to_svc_pt_regs(r) container_of(r, struct svc_pt_regs, regs)
This page took 0.024517 seconds and 5 git commands to generate.