Browse Source

CRIS v32: Correct offset for TASK_pid in asm-cris/arch-v32/offset.h

Jesper Nilsson 17 năm trước cách đây
mục cha
commit
fb5c6e1155
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/asm-cris/arch-v32/offset.h

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