commit | 9ebd4eba761b624a6a6c9189335adeddcb1fa0e0 | [log] [tgz] |
---|---|---|
author | Stefani Seibold <stefani@seibold.net> | Tue Nov 17 14:06:23 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Nov 17 17:40:33 2009 -0800 |
tree | 8b5b5fc3514df3edf8bf6436636bf813c1f51e8c | |
parent | 6ad696d2cf535772dff659298ec7e7260e344595 [diff] |
procfs: fix /proc/<pid>/stat stack pointer for kernel threads Fix a small issue for the stack pointer in /proc/<pid>/stat. In case of a kernel thread the value of the printed stack pointer should be 0. Signed-off-by: Stefani Seibold <stefani@seibold.net> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>