commit | ff0ebb23c6eedc9ac0d84638489d806b30bde8b0 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Wed Jan 30 13:31:49 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:31:49 2008 +0100 |
tree | 7f90ff2fd513818f7c839ed8f5c33ca14292ba2f | |
parent | cc927a25bd704448b18b095c658cbfdd79dab865 [diff] |
x86: x86 user_regset math_emu This converts the ptrace/signal accessors for i387 math_emu state to the user_regset interface style, and calls these from the old interfaces. It also cleans up math_emulate's ptrace check to be a single-step check, which is what it really wants. Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>