From 4f0db5e08cf1236f0efe47f6ea6f5ae1c833d6de Mon Sep 17 00:00:00 2001 From: Julian Elischer Date: Sun, 15 Sep 2002 23:52:25 +0000 Subject: Allocate KSEs and KSEGRPs separatly and remove them from the proc structure. next step is to allow > 1 to be allocated per process. This would give multi-processor threads. (when the rest of the infrastructure is in place) While doing this I noticed libkvm and sys/kern/kern_proc.c:fill_kinfo_proc are diverging more than they should.. corrective action needed soon. --- sys/alpha/alpha/machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/alpha') diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index cf4cbe872a60..276fd3c44ade 100644 --- a/sys/alpha/alpha/machdep.c +++ b/sys/alpha/alpha/machdep.c @@ -884,7 +884,7 @@ alpha_init(pfn, ptb, bim, bip, biv) } - proc_linkup(&proc0, &proc0.p_ksegrp, &proc0.p_kse, &thread0); + proc_linkup(&proc0, &ksegrp0, &kse0, &thread0); /* * Init mapping for u page(s) for proc 0 */ -- cgit v1.3