diff --git a/include/asm-alpha/current.h b/include/asm-alpha/current.h
index 8d88a13c1becff99294ebd55d849bcecff819944..094d285a1b3488eeec9b69d9a3063954d84af353 100644
--- a/include/asm-alpha/current.h
+++ b/include/asm-alpha/current.h
@@ -3,7 +3,7 @@
 
 #include <linux/thread_info.h>
 
-#define get_current()	(current_thread_info()->task + 0)
+#define get_current()	(current_thread_info()->task)
 #define current		get_current()
 
 #endif /* _ALPHA_CURRENT_H */