[parisc-linux-cvs] linux-2.5 jejb

James Bottomley James.Bottomley@steeleye.com
10 Feb 2003 18:58:22 -0600


On Mon, 2003-02-10 at 18:49, James Bottomley wrote:
> CVSROOT:	/var/cvs
> Module name:	linux-2.5
> Changes by:	jejb	03/02/10 17:49:17
> 
> Modified files:
> 	arch/parisc/kernel: init_task.c signal.c 
> 	include/asm-parisc: ptrace.h 
> 
> Log message:
> Update for new kernel signal/sigaction split to replace sig

I should add a warning here that doing this has eliminated the pa-risc
private PTRACE_SETSIGINFO and PTRACE_GETSIGINFO definitions in favour of
the newly minted global kernel ones in linux/ptrace.h

Unfortunately, the values have changed, so some user space tracing tools
that relied on these may have to change.

I think they were unused previously, so all may be well, but someone who
knows this area should check.

James