current.h 171 B

12345678
  1. #ifndef _SPARC64_CURRENT_H
  2. #define _SPARC64_CURRENT_H
  3. #include <linux/thread_info.h>
  4. register struct task_struct *current asm("g4");
  5. #endif /* !(_SPARC64_CURRENT_H) */