X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Ftile%2Finclude%2Fuapi%2Fasm%2Fptrace.h;h=0d2208803b2958220ea0427c86ad7e316ef454b0;hb=cb67e161bc947ab467657dda38168c2b2266f5bc;hp=c717d0fec72ecec15dbb808c3f4d7f08b4a40582;hpb=02a650e2820e19fde8f6a49752027217fdd33d78;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git diff --git a/arch/tile/include/uapi/asm/ptrace.h b/arch/tile/include/uapi/asm/ptrace.h index c717d0f..0d22088 100644 --- a/arch/tile/include/uapi/asm/ptrace.h +++ b/arch/tile/include/uapi/asm/ptrace.h @@ -84,5 +84,11 @@ struct pt_regs { #define PTRACE_O_TRACEMIGRATE 0x00010000 #define PTRACE_EVENT_MIGRATE 16 +/* + * Flag bits in pt_regs.flags that are part of the ptrace API. + * We start our numbering higher up to avoid confusion with the + * non-ABI kernel-internal values that use the low 16 bits. + */ +#define PT_FLAGS_COMPAT 0x10000 /* process is an -m32 compat process */ #endif /* _UAPI_ASM_TILE_PTRACE_H */