Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/arm/arm



Module Name:    syssrc
Committed By:   thorpej
Date:           Sun Jun 23 19:16:44 UTC 2002

Modified Files:
        syssrc/sys/arch/arm/arm: sig_machdep.c sigcode.S

Log Message:
When delivering a signal, arrange to have the handler invoked directly,
using the trampoline only for the return.  This saves two instructions
in the trampoline, one of them being a branch.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/arch/arm/arm/sig_machdep.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arm/arm/sigcode.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index