]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit887b0dd44aadee2d2f4f407711780c1c11ad9046
treee452f21a8ad3001318ee75381b29280e519f09ed
parent6f2e6e62c0c8f5f675815963f909ce63a64ce131
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