commit | fad1c45c939bb246a488be1fa06f539e85b80545 | [log] [tgz] |
---|---|---|
author | Allan Graves <allan.graves@oracle.com> | Tue Oct 04 14:53:52 2005 -0400 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Oct 04 13:22:01 2005 -0700 |
tree | 2a368da0e73817083caed84f4fe8085fcb654554 | |
parent | 71dc036247573e377703233af289019f4aa3176e [diff] |
[PATCH] uml: Fix sysrq-r support for skas mode The old code had the IP and SP coming from the registers in the thread struct, which are completely wrong since those are the userspace registers. This fixes that by pulling the correct values from the jmp_buf in which the kernel state of each thread is stored. Signed-off-by: Allan Graves <allan.graves@oracle.com> Signed-off-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>