check cpu_local_var initialized

This commit is contained in:
Tomoki Shirasawa
2013-11-13 23:06:11 +09:00
parent 392357e9d2
commit 98fb5bf091
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
extern int num_processors;
static struct cpu_local_var *clv;
struct cpu_local_var *clv;
void cpu_local_var_init(void)
{