]> err.no Git - linux-2.6/blobdiff - include/asm-arm/ptrace.h
Merge branch 'upstream'
[linux-2.6] / include / asm-arm / ptrace.h
index 4377e22b7e1a9a7359d1e6255e4098b1227e7aa2..77adb7fa169bb291368589f4fc206821f2988707 100644 (file)
@@ -23,6 +23,9 @@
 #define PTRACE_OLDSETOPTIONS   21
 
 #define PTRACE_GET_THREAD_AREA 22
+
+#define PTRACE_SET_SYSCALL     23
+
 /*
  * PSR bits
  */
 
 #ifndef __ASSEMBLY__
 
-/* this struct defines the way the registers are stored on the
-   stack during a system call. */
-
+/*
+ * This struct defines the way the registers are stored on the
+ * stack during a system call.  Note that sizeof(struct pt_regs)
+ * has to be a multiple of 8.
+ */
 struct pt_regs {
        long uregs[18];
 };