projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78dbb60
)
CRIS v32: Correct offset for TASK_pid in asm-cris/arch-v32/offset.h
author
Jesper Nilsson
<jesper.nilsson@axis.com>
Mon, 28 Jan 2008 17:15:11 +0000
(18:15 +0100)
committer
Jesper Nilsson
<jesper.nilsson@axis.com>
Fri, 8 Feb 2008 10:06:39 +0000
(11:06 +0100)
include/asm-cris/arch-v32/offset.h
patch
|
blob
|
history
diff --git
a/include/asm-cris/arch-v32/offset.h
b/include/asm-cris/arch-v32/offset.h
index 597419b033f914a82c0d65bd821eb4ffcd61f435..4442c4bd52f41f24589653b3b958ae9581a9755d 100644
(file)
--- 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 1
49
/* offsetof(struct task_struct, pid) */
+#define TASK_pid 1
51
/* offsetof(struct task_struct, pid) */
#define LCLONE_VM 256 /* CLONE_VM */
#define LCLONE_UNTRACED 8388608 /* CLONE_UNTRACED */