]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] adjust parisc sys_ptrace prototype
authorChristoph Hellwig <hch@lst.de>
Sun, 30 Oct 2005 23:02:21 +0000 (15:02 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:20 +0000 (17:37 -0800)
commit701fb7347c14944002813db3bd39cbc18cf183b6
treefc5875027e18de4217019caf3fc112d5e38b72c5
parent53c3be1f64ae9d7c7387d04fbc618bb74d341f92
[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 <matthew@wil.cx>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/parisc/kernel/ptrace.c
include/asm-parisc/unistd.h