Import 2.3.6
[davej-history.git] / include / asm-sparc64 / current.h
blob80652fb3582b3ba793a9883a7f3164c5f2da383a
1 #ifndef _SPARC64_CURRENT_H
2 #define _SPARC64_CURRENT_H
4 /* Sparc rules... */
5 register struct task_struct *current asm("g6");
7 #endif /* !(_SPARC64_CURRENT_H) */