summaryrefslogtreecommitdiff
path: root/release/src/linux/linux/include/asm-ia64/current.h
blob: 73a5edf825b8d9d352663d81a0c5faa607b75037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _ASM_IA64_CURRENT_H
#define _ASM_IA64_CURRENT_H

/*
 * Copyright (C) 1998-2000 Hewlett-Packard Co
 *	David Mosberger-Tang <davidm@hpl.hp.com>
 */

/* 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 */