Print this page
5461 #pragma align before the declaration

@@ -694,13 +694,10 @@
 
 /* allocation size to ensure vm_cpu_data_t resides in its own cache line */
 #define VM_CPU_DATA_PADSIZE                                             \
         (P2ROUNDUP(sizeof (vm_cpu_data_t), L2CACHE_ALIGN_MAX))
 
-/* for boot cpu before kmem is initialized */
-extern char     vm_cpu_data0[];
-
 /*
  * Function to get an ecache color bin: F(as, cnt, vcolor).
  * the goal of this function is to:
  * - to spread a processes' physical pages across the entire ecache to
  *      maximize its use.