dumpstack: x86: add "end" parameter to valid_stack_ptr and print_context_stack
authorAlexander van Heukelum <heukelum@fastmail.fm>
Sat, 4 Oct 2008 21:12:42 +0000 (23:12 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 13 Oct 2008 08:33:41 +0000 (10:33 +0200)
commit3a18512db00e0eedca86e3db4d2e81f8fe0b1774
treee452f21a8ad3001318ee75381b29280e519f09ed
parent161827903bdc124655f4cd976b9f0a5ac6ebf21c
dumpstack: x86: add "end" parameter to valid_stack_ptr and print_context_stack

- Add "end" parameter to valid_stack_ptr and print_context_stack
 - use sizeof(long) as the size of a word on the stack

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/dumpstack_32.c
arch/x86/kernel/dumpstack_64.c