diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-01-28 12:15:11 -0500 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 05:06:39 -0500 |
commit | fb5c6e115594bef1c7ab6c55b46fd1450a03507b (patch) | |
tree | 672dd3933fae5941fe49c65d9d14d7481e370f17 /include/asm-cris | |
parent | 78dbb60643f44498996a83554eda5c3ed4ad6a79 (diff) |
CRIS v32: Correct offset for TASK_pid in asm-cris/arch-v32/offset.h
Diffstat (limited to 'include/asm-cris')
-rw-r--r-- | include/asm-cris/arch-v32/offset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-cris/arch-v32/offset.h b/include/asm-cris/arch-v32/offset.h index 597419b033f9..4442c4bd52f4 100644 --- a/include/asm-cris/arch-v32/offset.h +++ b/include/asm-cris/arch-v32/offset.h | |||
@@ -27,7 +27,7 @@ | |||
27 | #define THREAD_usp 4 /* offsetof(struct thread_struct, usp) */ | 27 | #define THREAD_usp 4 /* offsetof(struct thread_struct, usp) */ |
28 | #define THREAD_ccs 8 /* offsetof(struct thread_struct, ccs) */ | 28 | #define THREAD_ccs 8 /* offsetof(struct thread_struct, ccs) */ |
29 | 29 | ||
30 | #define TASK_pid 149 /* offsetof(struct task_struct, pid) */ | 30 | #define TASK_pid 151 /* offsetof(struct task_struct, pid) */ |
31 | 31 | ||
32 | #define LCLONE_VM 256 /* CLONE_VM */ | 32 | #define LCLONE_VM 256 /* CLONE_VM */ |
33 | #define LCLONE_UNTRACED 8388608 /* CLONE_UNTRACED */ | 33 | #define LCLONE_UNTRACED 8388608 /* CLONE_UNTRACED */ |