current.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * BK Id: SCCS/s.current.h 1.5 05/17/01 18:14:24 cort
  3.  */
  4. #ifdef __KERNEL__
  5. #ifndef _PPC_CURRENT_H
  6. #define _PPC_CURRENT_H
  7. /*
  8.  * We keep `current' in r2 for speed.
  9.  */
  10. register struct task_struct *current asm ("r2");
  11. #endif /* !(_PPC_CURRENT_H) */
  12. #endif /* __KERNEL__ */