more changes on original files
[linux-2.4.git] / asm-sparc / current.h
1 #ifndef _SPARC_CURRENT_H
2 #define _SPARC_CURRENT_H
3
4 /* Sparc rules... */
5 register struct task_struct *current asm("g6");
6
7 #endif /* !(_SPARC_CURRENT_H) */