Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fb5c6e115594bef1c7ab6c55b46fd1450a03507b
Commit: fb5c6e115594bef1c7ab6c55b46fd1450a03507b
Parent: 78dbb60643f44498996a83554eda5c3ed4ad6a79
Author: Jesper Nilsson <[EMAIL PROTECTED]>
AuthorDate: Mon Jan 28 18:15:11 2008 +0100
Committer: Jesper Nilsson <[EMAIL PROTECTED]>
CommitDate: Fri Feb 8 11:06:39 2008 +0100
CRIS v32: Correct offset for TASK_pid in asm-cris/arch-v32/offset.h
---
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 597419b..4442c4b 100644
--- a/include/asm-cris/arch-v32/offset.h
+++ b/include/asm-cris/arch-v32/offset.h
@@ -27,7 +27,7 @@
#define THREAD_usp 4 /* offsetof(struct thread_struct, usp) */
#define THREAD_ccs 8 /* offsetof(struct thread_struct, ccs) */
-#define TASK_pid 149 /* offsetof(struct task_struct, pid) */
+#define TASK_pid 151 /* offsetof(struct task_struct, pid) */
#define LCLONE_VM 256 /* CLONE_VM */
#define LCLONE_UNTRACED 8388608 /* CLONE_UNTRACED */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html