From: steve@digidescorp.com Date: Wed, 9 Dec 2009 23:13:42 +0000 (-0600) Subject: microblaze: nommu: Don't clobber R11 on syscalls X-Git-Tag: v2.6.33-rc1~283^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=825c9a359ecd6ba2569e6c38199e7d072ab388e3;p=pandora-kernel.git 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 Signed-off-by: Michal Simek --- Reading git-diff-tree failed