signal/alpha: Document a conflict with SI_USER for SIGFPE
[sfrench/cifs-2.6.git] / arch / alpha / kernel / osf_sys.c
index 89faa6f4de47315c93db0792a586f66023cf7043..2e02aef5a334888817c4d6d89d6220d3d96ececd 100644 (file)
@@ -872,7 +872,7 @@ SYSCALL_DEFINE5(osf_setsysinfo, unsigned long, op, void __user *, buffer,
                fex = (exc >> IEEE_STATUS_TO_EXCSUM_SHIFT) & swcr;
                if (fex) {
                        siginfo_t info;
-                       int si_code = 0;
+                       int si_code = FPE_FIXME;
 
                        if (fex & IEEE_TRAP_ENABLE_DNO) si_code = FPE_FLTUND;
                        if (fex & IEEE_TRAP_ENABLE_INE) si_code = FPE_FLTRES;