From: Eric W. Biederman Date: Wed, 1 Feb 2006 11:06:12 +0000 (-0800) Subject: [PATCH] alpha: Fix getxpid on alpha so it works for threads X-Git-Tag: v2.6.16-rc2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a5e7339908d7d718ebc4149b77eee06291bdb95;p=pandora-kernel.git [PATCH] alpha: Fix getxpid on alpha so it works for threads While looking in the code I discovered that alpha has fallen behind because it doesn't use sys_getppid. The problem is that it doesn't follow the task struct to the task_group_leader. Acked-by: Richard Henderson Cc: Ivan Kokshaysky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed