Source-Changes archive

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

CVS commit: syssrc/sys/arch/arm



Module Name:    syssrc
Committed By:   bjh21
Date:           Tue Oct 15 20:53:38 UTC 2002

Modified Files:
        syssrc/sys/arch/arm/arm32: cpuswitch.S
        syssrc/sys/arch/arm/include/arm32: types.h

Log Message:
Switch to using the MI C versions of setrunqueue() and remrunqueue().
GCC produces almost exactly the same instructions as the hand-assembled
versions, albeit in a different order.  It even found one place where it
could shave one off.  Its insistence on creating a stack frame might slow
things down marginally, but not, I think, enough to matter.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 syssrc/sys/arch/arm/arm32/cpuswitch.S
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/arm/include/arm32/types.h

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