From: Stuart Menefy Date: Fri, 24 Nov 2006 03:53:02 +0000 (+0900) Subject: sh: KSTK_EIP/KSTK_ESP consistency. X-Git-Tag: v2.6.20-rc1~34^2~20^2~32^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9f0b1c1410e9e637b819c5050fc8c1f1971e178;p=pandora-kernel.git sh: KSTK_EIP/KSTK_ESP consistency. Two of the fields in /proc/[number]/stat are documented in proc(5) as: kstkesp %lu The current value of esp (stack pointer), as found in the kernel stack page for the process. kstkeip %lu The current EIP (instruction pointer). The SH currently prints the the last SP and PC of the process inside the kernel, while most other archs use the last user space values. This patch modifes the SH to display the user space values. Signed-off-by: Stuart Menefy Signed-off-by: Paul Mundt --- Reading git-diff-tree failed