1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

Initialize kg_base_user_pri.

This commit is contained in:
David Xu 2006-08-25 06:29:16 +00:00
parent 3db720fdce
commit 4386313871
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161600

View File

@ -422,6 +422,7 @@ proc0_init(void *dummy __unused)
td->td_state = TDS_RUNNING;
kg->kg_pri_class = PRI_TIMESHARE;
kg->kg_user_pri = PUSER;
kg->kg_base_user_pri = PUSER;
td->td_priority = PVM;
td->td_base_pri = PUSER;
td->td_oncpu = 0;