aboutsummaryrefslogtreecommitdiff
path: root/kern/ipc_sched.c
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2023-09-24 05:29:06 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-09-24 15:21:32 +0200
commit9d78d30a34ae406620b5b25847fc17ed2b08949a (patch)
tree5ed0cb4afd2fc096655c421b676de03e1775dc1e /kern/ipc_sched.c
parent72180cd9ffa02b747d1e11d315b63d5f71436aba (diff)
downloadgnumach-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/ipc_sched.c')
-rw-r--r--kern/ipc_sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/ipc_sched.c b/kern/ipc_sched.c
index be82971b..4519c654 100644
--- a/kern/ipc_sched.c
+++ b/kern/ipc_sched.c
@@ -233,7 +233,7 @@ thread_handoff(
/*
* stack_handoff 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.
*/
stack_handoff(old, new);