1 #ifndef _ALPHA_CURRENT_H 2 #define _ALPHA_CURRENT_H 3 4 register struct task_struct *current __asm__("$8"); 5 6 #endif /* !(_ALPHA_CURRENT_H) */ 7