summaryrefslogtreecommitdiff
path: root/kern/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread.c')
-rw-r--r--kern/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.c b/kern/thread.c
index 17d7818b..ba9bb54e 100644
--- a/kern/thread.c
+++ b/kern/thread.c
@@ -248,7 +248,7 @@ static struct thread_attr thread_default_attr = {
THREAD_SCHED_TS_PRIO_DEFAULT
};
-BITMAP_DECLARE(thread_active_runqs, MAX_CPUS);
+static BITMAP_DECLARE(thread_active_runqs, MAX_CPUS);
/*
* System-wide value of the current highest round.