Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   mhitch
Date:           Wed Mar  8 18:09:28 UTC 2000

Modified Files:
        syssrc/sys/arch/pmax/pmax: dec_3max.c

Log Message:
Do the interrupt dispatch somewhat differently than the previous fix.
This one is more in the spirit of incorrect version which was trying
to shorten the interrupt path.  This probably isn't quite as fast as
using a switch() statement to dispatch the interrupts, but should be
a little faster than testing for each of the possible 6 interrupt
conditions.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 syssrc/sys/arch/pmax/pmax/dec_3max.c

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