Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] arm __user annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Al Viro and committed by
Linus Torvalds
35d59fc5 5f6e3c83

+1 -1
+1 -1
arch/arm/vfp/vfpmodule.c
··· 90 90 91 91 info.si_signo = SIGFPE; 92 92 info.si_code = sicode; 93 - info.si_addr = (void *)(instruction_pointer(regs) - 4); 93 + info.si_addr = (void __user *)(instruction_pointer(regs) - 4); 94 94 95 95 /* 96 96 * This is the same as NWFPE, because it's not clear what