From: Arnd Bergmann Date: Fri, 1 May 2009 13:37:46 +0000 (+0000) Subject: microblaze: fix __user annotations X-Git-Tag: v2.6.31-rc1~360^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=353b431bafc42ed8782c7aec7fb819ca4e385ab1;p=pandora-kernel.git 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 Signed-off-by: Michal Simek --- Reading git-diff-tree failed