diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
commit | 03ba4131783cc9e872f8bb26a03f15bc11f27564 (patch) | |
tree | 88db8dba75ae06ba3bad08e42c5e52efc162535c /include/asm-alpha/asm_offsets.h | |
parent | 257730f99381dd26e10b832fce4c94cae7ac1176 (diff) |
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'include/asm-alpha/asm_offsets.h')
-rw-r--r-- | include/asm-alpha/asm_offsets.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-alpha/asm_offsets.h b/include/asm-alpha/asm_offsets.h new file mode 100644 index 000000000..b4c55a0bb --- /dev/null +++ b/include/asm-alpha/asm_offsets.h @@ -0,0 +1,13 @@ +#ifndef __ASM_OFFSETS_H__ +#define __ASM_OFFSETS_H__ +#define TASK_STATE 0 +#define TASK_FLAGS 8 +#define TASK_SIGPENDING 16 +#define TASK_ADDR_LIMIT 24 +#define TASK_EXEC_DOMAIN 32 +#define TASK_NEED_RESCHED 40 +#define TASK_SIZE 1120 +#define STACK_SIZE 16384 +#define HAE_CACHE 0 +#define HAE_REG 8 +#endif /* __ASM_OFFSETS_H__ */ |