Removes the FIXME message on line 891 for info.si_addr being NULL as according to alpha devolopers there is no good work around as of newest kernel verisons Signed-off-by: Nicholas Krause <xerofoify@xxxxxxxxx> --- arch/alpha/kernel/osf_sys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/alpha/kernel/osf_sys.c b/arch/alpha/kernel/osf_sys.c index 1402fcc..27257dc 100644 --- a/arch/alpha/kernel/osf_sys.c +++ b/arch/alpha/kernel/osf_sys.c @@ -888,7 +888,7 @@ SYSCALL_DEFINE5(osf_setsysinfo, unsigned long, op, void __user *, buffer, info.si_signo = SIGFPE; info.si_errno = 0; info.si_code = si_code; - info.si_addr = NULL; /* FIXME */ + info.si_addr = NULL; send_sig_info(SIGFPE, &info, current); } return 0; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-alpha" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html