[PATCH] Fix sysrq-t free stack output
commit07bd1e13bc9fe03d8c494d1e290e8d976fc2e9af
authorRussell King <rmk@arm.linux.org.uk>
Mon, 6 Oct 2003 01:18:43 +0000 (5 18:18 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Mon, 6 Oct 2003 01:18:43 +0000 (5 18:18 -0700)
tree687fbfe0ace1f46a851df9aeb016469e9995e945
parentc583b0c64db68c72bc7a4b1309c57e0f9741e4c4
[PATCH] Fix sysrq-t free stack output

It seems that we're attempting to work out the free stack size using two
unrelated pointers for the lowest address of the stack.  Fix this to use
the correct pointer.
kernel/sched.c