Skip to content
Snippets Groups Projects
Commit 35d59fc5 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] arm __user annotations

parent 5f6e3c83
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ void vfp_raise_sigfpe(unsigned int sicode, struct pt_regs *regs) ...@@ -90,7 +90,7 @@ void vfp_raise_sigfpe(unsigned int sicode, struct pt_regs *regs)
info.si_signo = SIGFPE; info.si_signo = SIGFPE;
info.si_code = sicode; info.si_code = sicode;
info.si_addr = (void *)(instruction_pointer(regs) - 4); info.si_addr = (void __user *)(instruction_pointer(regs) - 4);
/* /*
* This is the same as NWFPE, because it's not clear what * This is the same as NWFPE, because it's not clear what
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment