]> git.neil.brown.name Git - history.git/commit
[CLONE_*TID]: Make tsk->user_tid and int so that 64-bit arches work.
authorDavid S. Miller <davem@nuts.ninka.net>
Fri, 23 Aug 2002 20:58:36 +0000 (13:58 -0700)
committerDavid S. Miller <davem@nuts.ninka.net>
Fri, 23 Aug 2002 20:58:36 +0000 (13:58 -0700)
commit9de5fc359e58ef4e7244b6f47e07ca4ddec4ef4a
treefb9d3461dd2ce53aac64fb0d898ff358adbedba6
parent043fbe5834b3ede7dc67e9599de51ad70ab9982f
[CLONE_*TID]: Make tsk->user_tid and int so that 64-bit arches work.
- futex uses int as its atomic word type, we pass in user_tid
to the futex routines, so the types must match
arch/i386/kernel/process.c
include/linux/sched.h
kernel/fork.c