Fix the incremental priority increment.
PR: bin/6467 Marino Ladavac <lada@pc8811.gud.siemens.at>
This commit is contained in:
parent
ce42f1fb17
commit
96efcebdfc
@ -29,7 +29,7 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: uthread_kern.c,v 1.9 1998/04/17 09:37:41 jb Exp $
|
* $Id: uthread_kern.c,v 1.10 1998/04/29 09:59:02 jb Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
@ -321,7 +321,7 @@ __asm__("fnsave %0": :"m"(*fdata));
|
|||||||
* the last incremental priority check was
|
* the last incremental priority check was
|
||||||
* made:
|
* made:
|
||||||
*/
|
*/
|
||||||
else if (timercmp(&_thread_run->last_inactive, &kern_inc_prio_time, >)) {
|
else if (timercmp(&_thread_run->last_inactive, &kern_inc_prio_time, <)) {
|
||||||
/*
|
/*
|
||||||
* Increment the incremental priority
|
* Increment the incremental priority
|
||||||
* for this thread in the hope that
|
* for this thread in the hope that
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: uthread_kern.c,v 1.9 1998/04/17 09:37:41 jb Exp $
|
* $Id: uthread_kern.c,v 1.10 1998/04/29 09:59:02 jb Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
@ -321,7 +321,7 @@ __asm__("fnsave %0": :"m"(*fdata));
|
|||||||
* the last incremental priority check was
|
* the last incremental priority check was
|
||||||
* made:
|
* made:
|
||||||
*/
|
*/
|
||||||
else if (timercmp(&_thread_run->last_inactive, &kern_inc_prio_time, >)) {
|
else if (timercmp(&_thread_run->last_inactive, &kern_inc_prio_time, <)) {
|
||||||
/*
|
/*
|
||||||
* Increment the incremental priority
|
* Increment the incremental priority
|
||||||
* for this thread in the hope that
|
* for this thread in the hope that
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: uthread_kern.c,v 1.9 1998/04/17 09:37:41 jb Exp $
|
* $Id: uthread_kern.c,v 1.10 1998/04/29 09:59:02 jb Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
@ -321,7 +321,7 @@ __asm__("fnsave %0": :"m"(*fdata));
|
|||||||
* the last incremental priority check was
|
* the last incremental priority check was
|
||||||
* made:
|
* made:
|
||||||
*/
|
*/
|
||||||
else if (timercmp(&_thread_run->last_inactive, &kern_inc_prio_time, >)) {
|
else if (timercmp(&_thread_run->last_inactive, &kern_inc_prio_time, <)) {
|
||||||
/*
|
/*
|
||||||
* Increment the incremental priority
|
* Increment the incremental priority
|
||||||
* for this thread in the hope that
|
* for this thread in the hope that
|
||||||
|
Loading…
Reference in New Issue
Block a user