URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-ia64/] [current.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef _ASM_IA64_CURRENT_H #define _ASM_IA64_CURRENT_H /* * Modified 1998-2000 * David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co */ /* In kernel mode, thread pointer (r13) is used to point to the current task structure. */ register struct task_struct *current asm ("r13"); #endif /* _ASM_IA64_CURRENT_H */
Go to most recent revision | Compare with Previous | Blame | View Log