commit | efab7739d99eae948971140b2aa3dddf7f72c900 | [log] [tgz] |
---|---|---|
author | Alexander Nyberg <alexn@telia.com> | Fri Apr 22 10:22:07 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Fri Apr 22 10:22:07 2005 -0700 |
tree | d0278bb7304946182dd4337fcbceb9fc32fb2901 | |
parent | 21b7ef0c6c62a14bc8e1c8c0af4e1f0ba3a56d66 [diff] |
[PATCH] x86_64: fix new out of line put_user() The labels after the last put_user patch were misplaced so exceptions on the real mov instructions would not be handled. Noted by Brian Gerst <bgerst@didntduck.org>