From 9d78d30a34ae406620b5b25847fc17ed2b08949a Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Sun, 24 Sep 2023 05:29:06 +0000 Subject: percpu active_thread using gs segment TESTED: As per previous commit Message-Id: <20230924052824.449219-4-damien@zamaudio.com> --- kern/sched_prim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kern/sched_prim.c') diff --git a/kern/sched_prim.c b/kern/sched_prim.c index 6617db7c..5ee0521a 100644 --- a/kern/sched_prim.c +++ b/kern/sched_prim.c @@ -806,7 +806,7 @@ boolean_t thread_invoke( /* * switch_context is machine-dependent. It does the * machine-dependent components of a context-switch, like - * changing address spaces. It updates active_threads. + * changing address spaces. It updates active_thread. * It returns only if a continuation is not supplied. */ counter(c_thread_invoke_csw++); -- cgit v1.2.3