commit | 914c3d630b29b07d04908eab1b246812dadd5bd6 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Mon Feb 09 22:17:39 2009 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Feb 09 14:56:37 2009 +0100 |
tree | 727dcb881b514ba9bfbfce5604aaf5e06abccf80 | |
parent | 55a8ba4b7f76bebd7e8ce3f74c04b140627a1bad [diff] |
x86: include correct %gs in a.out core dump Impact: dump the correct %gs into a.out core dump aout_dump_thread() read %gs but didn't include it in core dump. Fix it. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>