commit | 353b431bafc42ed8782c7aec7fb819ca4e385ab1 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri May 01 13:37:46 2009 +0000 |
committer | Michal Simek <monstr@monstr.eu> | Thu May 21 15:56:05 2009 +0200 |
tree | 0e454e08d6b8170616a0d869e231110200b65765 | |
parent | 5af7fa68103e7b2efb0fd9d901b1c25bad96fd21 [diff] |
microblaze: fix __user annotations The microblaze signal handling code gets some __user pointers wrong, as shown by sparse. This adds the annotations where appropriate and change sys_rt_sigreturn to correctly pass a user stack down to do_sigaltstack instead of a kernel structure. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michal Simek <monstr@monstr.eu>