CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2011/07/07 03:25:16
Modified files: lib/libpthread/uthread: uthread_kern.c Log message: When context switching, if the 'new' thread is the same as the 'old' thread, then the save and restore of errno, FPU, and regs is unnecessary and can be skipped. "looks reasonable" marc@