commit | 61c7480fa36775cc2baa2f8141f0c64a15f827b5 | [log] [tgz] |
---|---|---|
author | Leon Alrae <leon.alrae@imgtec.com> | Mon Mar 23 12:55:52 2015 +0000 |
committer | Riku Voipio <riku.voipio@linaro.org> | Mon Mar 23 15:26:42 2015 +0200 |
tree | ad612b539bc493d57b0a9cd6844c332a02005c0d | |
parent | 17644b362746c400f45b0d2b0a3ce8a52fed13fb [diff] |
linux-user: fix broken cpu_copy() New threads always point at the same env which is incorrect and usually leads to a crash. Signed-off-by: Leon Alrae <leon.alrae@imgtec.com> Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>