diff options
Diffstat (limited to 'kern/thread.c')
-rw-r--r-- | kern/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/thread.c b/kern/thread.c index 95d54103..d6f40da2 100644 --- a/kern/thread.c +++ b/kern/thread.c @@ -37,7 +37,7 @@ struct thread_runq thread_runqs[MAX_CPUS]; * "current" threads during system bootstrap, which prevents preemption * control functions from crashing. */ -static struct thread thread_idles[MAX_CPUS] __initdata; +static struct thread thread_idles[MAX_CPUS]; /* * Caches for allocated threads and their stacks. |