commit | 980abe215b861891c39aba0936817c46f372143b | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Mon Sep 10 11:55:46 2007 -0400 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Sep 10 18:58:05 2007 -0700 |
tree | 5ce62334da9eaee6ae3ace1461a5620dffd0579b | |
parent | d95865480de280b892e19fe90921601876da5775 [diff] |
UML: Fix ELF_CORE_COPY_REGS build botch The earlier crash dump fix on x86_64 depended on patches in -mm which are intended for post-2.6.23. Without those, it broke the build when it went into 2.6.23-rc5. This changes the field references in ELF_CORE_COPY_REGS back to those still used in mainline. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>