|
@@ -68,7 +68,7 @@ struct kmem_cache_order_objects {
|
|
* Slab cache management.
|
|
* Slab cache management.
|
|
*/
|
|
*/
|
|
struct kmem_cache {
|
|
struct kmem_cache {
|
|
- struct kmem_cache_cpu *cpu_slab;
|
|
|
|
|
|
+ struct kmem_cache_cpu __percpu *cpu_slab;
|
|
/* Used for retriving partial slabs etc */
|
|
/* Used for retriving partial slabs etc */
|
|
unsigned long flags;
|
|
unsigned long flags;
|
|
int size; /* The size of an object including meta data */
|
|
int size; /* The size of an object including meta data */
|