x86, ptrace: support 32bit-cross-64bit BTS recording
[safe/jmp/linux-2.6] / include / asm-x86 / ptrace-abi.h
index cf2fe46..32fe137 100644 (file)
@@ -85,9 +85,9 @@
 */
 struct ptrace_bts_config {
        /* requested or actual size of BTS buffer in bytes */
-       unsigned long size;
+       unsigned int size;
        /* bitmask of below flags */
-       unsigned long flags;
+       unsigned int flags;
 };
 
 #define PTRACE_BTS_O_TRACE     0x1 /* branch trace */