Module Name: src Committed By: martin Date: Fri May 16 06:11:21 UTC 2014
Modified Files: src/sys/arch/alpha/alpha: trap.c Log Message: When creating a SIGFPE siginfo for a gentrap, we have no additional info (ucode) available, and the pal interface does not provide additional details either. Hardcode the si_code value to FPE_INTDIV, since the only callers of gentrap in our kernel seem to be the division routines in libkern. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 src/sys/arch/alpha/alpha/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.