]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] remove ieee_instruction_pointer from thread_struct
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 25 Oct 2010 14:10:41 +0000 (16:10 +0200)
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>
Mon, 25 Oct 2010 14:10:20 +0000 (16:10 +0200)
commita0edd5a2f53a653935e5b40b495a993b065b6c1c
tree9e606198947762e077035676ee6f1099bb8fa7d1
parenta27414dd5826c6f020a79f0d2d1af3743d756e11
[S390] remove ieee_instruction_pointer from thread_struct

The ieee_instruction_pointer can not be read from user space anymore
since git commit 2af24a9da547e3546f953d3d2a57580253bc1fdb, the ptrace
interface always returns zero. Remove it from the thread_struct. It
is still present in the user_regs_struct for compatability reasons.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/processor.h
arch/s390/include/asm/ptrace.h
arch/s390/kernel/compat_ptrace.h
arch/s390/kernel/traps.c