commit | 825c9a359ecd6ba2569e6c38199e7d072ab388e3 | [log] [tgz] |
---|---|---|
author | steve@digidescorp.com <steve@digidescorp.com> | Wed Dec 09 17:13:42 2009 -0600 |
committer | Michal Simek <monstr@monstr.eu> | Mon Dec 14 08:45:11 2009 +0100 |
tree | 3211fe2d908e4cc5c624f3b9ca46c65f83c94470 | |
parent | 233eb92115c87bc3bbfab99e3e198654acf4cd58 [diff] |
microblaze: nommu: Don't clobber R11 on syscalls The noMMU syscall trap has a bug that causes R11 to be zero on return to userland. Remove the extra "save" of R11 responsible for the bug. Remove reloading of mode indicator because r11 already contains it. Signed-off-by: Steven J. Magnani <steve@digidescorp.com> Signed-off-by: Michal Simek <monstr@monstr.eu>