mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 08:22:39 +00:00
CRIS v32: Correct offset for TASK_pid in asm-cris/arch-v32/offset.h
This commit is contained in:
parent
78dbb60643
commit
fb5c6e1155
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user