added a lot of printk output to ease writing of emulator
[linux-2.4.21-pre4.git] / include / asm-ia64 / current.h
1 #ifndef _ASM_IA64_CURRENT_H
2 #define _ASM_IA64_CURRENT_H
3
4 /*
5  * Copyright (C) 1998-2000 Hewlett-Packard Co
6  *      David Mosberger-Tang <davidm@hpl.hp.com>
7  */
8
9 /* In kernel mode, thread pointer (r13) is used to point to the
10    current task structure.  */
11 register struct task_struct *current asm ("r13");
12
13 #endif /* _ASM_IA64_CURRENT_H */