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

Linux/Unix编程

开发平台:

Unix_Linux

  1. #ifndef _ASM_IA64_CURRENT_H
  2. #define _ASM_IA64_CURRENT_H
  3. /*
  4.  * Copyright (C) 1998-2000 Hewlett-Packard Co
  5.  * David Mosberger-Tang <davidm@hpl.hp.com>
  6.  */
  7. /* In kernel mode, thread pointer (r13) is used to point to the
  8.    current task structure.  */
  9. register struct task_struct *current asm ("r13");
  10. #endif /* _ASM_IA64_CURRENT_H */