summaryrefslogtreecommitdiff
path: root/arch/s390x/pthread_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390x/pthread_arch.h')
-rw-r--r--arch/s390x/pthread_arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390x/pthread_arch.h b/arch/s390x/pthread_arch.h
index bd90016d..e2251f1f 100644
--- a/arch/s390x/pthread_arch.h
+++ b/arch/s390x/pthread_arch.h
@@ -1,7 +1,7 @@
static inline struct pthread *__pthread_self()
{
struct pthread *self;
- __asm__ __volatile__ (
+ __asm__ (
"ear %0, %%a0\n"
"sllg %0, %0, 32\n"
"ear %0, %%a1\n"