commit | 54b71fba68efbf3ab89721a384df2ce757750979 | [log] [tgz] |
---|---|---|
author | Akira Takeuchi <takeuchi.akr@jp.panasonic.com> | Wed Dec 10 12:43:34 2008 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Dec 10 13:34:33 2008 -0800 |
tree | 71c0423e9aa73d12e07539ae31a5e3e544cd6b24 | |
parent | 24646bd2269fbca95367bfd3eafbc9f7ade2e980 [diff] |
MN10300: Fix __put_user_asm8() Fix __put_user_asm8() by jumping to the end label (3:) from the exception handler, rather than jumping back to retry the second store instruction (label 2:). Signed-off-by: Akira Takeuchi <takeuchi.akr@jp.panasonic.com> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>