* [PATCH] alpha: Remove FIXME in file osf_sys.c
@ 2014-07-03 21:16 Nicholas Krause
0 siblings, 0 replies; only message in thread
From: Nicholas Krause @ 2014-07-03 21:16 UTC (permalink / raw)
To: rth; +Cc: ink, mattst88, linux-alpha, linux-kernel
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@gmail.com>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-07-03 21:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-03 21:16 [PATCH] alpha: Remove FIXME in file osf_sys.c Nicholas Krause
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox