diff options
Diffstat (limited to 'include/asm-s390/current.h')
-rw-r--r-- | include/asm-s390/current.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-s390/current.h b/include/asm-s390/current.h index 42567eb94..88e8fc04e 100644 --- a/include/asm-s390/current.h +++ b/include/asm-s390/current.h @@ -20,7 +20,7 @@ static inline struct task_struct * get_current(void) struct task_struct *current; __asm__("lhi %0,-8192\n\t" "nr %0,15" - : "=r" (current) ); + : "=&r" (current) ); return current; } |