Module Name: src Committed By: matt Date: Sun Mar 22 23:17:57 UTC 2015
Modified Files: src/sys/arch/arm/arm32: cpuswitch.S Log Message: Make sure to save the user thread point in softint_switch in case it was set just before we got an interrupt. Otherwise if the softint blocks, the old value would be restored and change lost. To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86 src/sys/arch/arm/arm32/cpuswitch.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.