about summary refs log tree commit diff
path: root/arch/x86_64/pthread_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/pthread_arch.h')
-rw-r--r--arch/x86_64/pthread_arch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86_64/pthread_arch.h b/arch/x86_64/pthread_arch.h
index 836187f5..77c8387c 100644
--- a/arch/x86_64/pthread_arch.h
+++ b/arch/x86_64/pthread_arch.h
@@ -5,5 +5,6 @@ static inline struct pthread *__pthread_self()
 	return self;
 }
 
-#define CANCEL_REG_SP 15
+#define TP_ADJ(p) (p)
+
 #define CANCEL_REG_IP 16