From: Christoph Hellwig Date: Sun, 30 Oct 2005 23:02:21 +0000 (-0800) Subject: [PATCH] adjust parisc sys_ptrace prototype X-Git-Tag: v2.6.15-rc1~59^2~15^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7024a9b884ed7657fb873e655cd124d85ae792a4;p=pandora-kernel.git [PATCH] adjust parisc sys_ptrace prototype Make the pid argument a long as on every other arcihtecture. Despite pid_t beeing a 32bit type even on 64bit parisc this is not an ABI change due to the parisc calling conventions. And even if it did it wouldn't matter too much because 64bit userspace on parisc is in an embrionic stage. Acked-by: Matthew Wilcox Signed-off-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed