diff options
author | Damien Zammit <damien@zamaudio.com> | 2023-09-24 05:29:06 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-09-24 15:21:32 +0200 |
commit | 9d78d30a34ae406620b5b25847fc17ed2b08949a (patch) | |
tree | 5ed0cb4afd2fc096655c421b676de03e1775dc1e /kern/sched_prim.c | |
parent | 72180cd9ffa02b747d1e11d315b63d5f71436aba (diff) | |
download | gnumach-9d78d30a34ae406620b5b25847fc17ed2b08949a.tar.gz gnumach-9d78d30a34ae406620b5b25847fc17ed2b08949a.tar.bz2 gnumach-9d78d30a34ae406620b5b25847fc17ed2b08949a.zip |
percpu active_thread using gs segment
TESTED: As per previous commit
Message-Id: <20230924052824.449219-4-damien@zamaudio.com>
Diffstat (limited to 'kern/sched_prim.c')
-rw-r--r-- | kern/sched_prim.c | 2 |
1 files changed, 1 insertions, 1 deletions
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++); |