commit | 4606f68faff1b16734f9379937fc49ae289d4c6e | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri Jun 23 14:20:01 2017 -0700 |
committer | Matt Turner <mattst88@gmail.com> | Tue Aug 29 12:01:49 2017 -0700 |
tree | b3fba5c2240d6d822a6444a4ae2368ed5f79682e | |
parent | 4758ce82e66711b1a4557577e30a5f9b88d4a4b5 [diff] |
alpha: Fix typo in ev6-copy_user.S Patch 8525023121de4848b5f0a7d867ffeadbc477774d introduced a typo. That said, the identity AND insns added by that patch are more clearly written as MOV. At the same time, re-schedule the ev6 version so that the first dispatch can execute in parallel. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Matt Turner <mattst88@gmail.com>