From: Martin Schwidefsky Date: Mon, 25 Oct 2010 14:10:41 +0000 (+0200) Subject: [S390] remove ieee_instruction_pointer from thread_struct X-Git-Tag: v2.6.37-rc1~125^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba6cadfebc18f786ef4e60e9ff03f9656ce3d584;p=pandora-kernel.git [S390] remove ieee_instruction_pointer from thread_struct The ieee_instruction_pointer can not be read from user space anymore since git commit 613e1def6b52c399a8b72a5e11bc2e57d2546fb8, 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 --- Reading git-diff-tree failed