diff options
Diffstat (limited to 'i386/intel/pmap.h')
-rw-r--r-- | i386/intel/pmap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i386/intel/pmap.h b/i386/intel/pmap.h index d6224d87..d2b533c8 100644 --- a/i386/intel/pmap.h +++ b/i386/intel/pmap.h @@ -247,18 +247,18 @@ extern void pmap_put_mapwindow(pmap_mapwindow_t *map); * Update operations must still be queued to cpus not in this * list. */ -cpu_set cpus_active; +extern cpu_set cpus_active; /* * List of cpus that are idle, but still operating, and will want * to see any kernel pmap updates when they become active. */ -cpu_set cpus_idle; +extern cpu_set cpus_idle; /* * Quick test for pmap update requests. */ -volatile +extern volatile boolean_t cpu_update_needed[NCPUS]; /* |