Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35d59fc5 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] arm __user annotations

parent 5f6e3c83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ void vfp_raise_sigfpe(unsigned int sicode, struct pt_regs *regs)

	info.si_signo = SIGFPE;
	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