The slab tree adds a percpu variable usage case (commit9dfc6e68bf"SLUB: Use this_cpu operations in slub"), but the percpu tree removes the prefixing of percpu variables (commitdd17c8f729"percpu: remove per_cpu__ prefix"), thus causing the following compilation error: CC mm/slub.o mm/slub.c: In function ‘alloc_kmem_cache_cpus’: mm/slub.c:2078: error: implicit declaration of function ‘per_cpu_var’ mm/slub.c:2078: warning: assignment makes pointer from integer without a cast make[1]: *** [mm/slub.o] Error 1 Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
110 KiB
110 KiB