From 727da7816336e95a1658d77d1da4c3974d4eb2b1 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 11 Mar 2013 19:16:38 +0100 Subject: Update BASEPRI_USER * kern/sched.h (BASEPRI_USER): Increase to 25. --- kern/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kern/sched.h') diff --git a/kern/sched.h b/kern/sched.h index ff3198d..942dd80 100644 --- a/kern/sched.h +++ b/kern/sched.h @@ -118,7 +118,7 @@ extern int min_quantum; /* defines max context switch rate */ * Default base priorities for threads. */ #define BASEPRI_SYSTEM 6 -#define BASEPRI_USER 12 +#define BASEPRI_USER 25 /* * Macro to check for invalid priorities. -- cgit v1.2.3