From 2c9422595f41635e2f4f7ef1afb7eece9001feae Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Tue, 26 Nov 2013 17:33:05 +0100 Subject: proc: store the privileged host port in _hurd_host_priv Store the privileged host port in _hurd_host_priv like it is done in the root filesystem. This fixes the thread priority adjustment in the proc server. Prior to this fix, a warning message "unable to adjust libports thread priority" sometimes appeared early in the boot process. * proc/host.c (S_proc_getprivports): Adapt accordingly. (S_proc_register_version): Likewise. * proc/mgt.c (add_tasks): Likewise. * proc/msg.c (tickle_init): Likewise. * proc/main.c (main): Store the privileged host port in _hurd_host_priv. * proc/proc.h: Remove unused variable master_host_port. fixup_store_priv_port --- proc/mgt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proc/mgt.c') diff --git a/proc/mgt.c b/proc/mgt.c index 11b2f397..602ba84a 100644 --- a/proc/mgt.c +++ b/proc/mgt.c @@ -828,7 +828,7 @@ add_tasks (task_t task) if (!foundp) { - host_processor_set_priv (master_host_port, psets[i], &psetpriv); + host_processor_set_priv (_hurd_host_priv, psets[i], &psetpriv); processor_set_tasks (psetpriv, &tasks, &ntasks); for (j = 0; j < ntasks; j++) { -- cgit v1.2.3