kernel/mm/slab.h
.. .. @@ -595,7 +595,7 @@ 595 595 * The slab lists for all objects. 596 596 */ 597 597 struct kmem_cache_node { 598 - raw_spinlock_t list_lock;598 + spinlock_t list_lock;599 599 600 600 #ifdef CONFIG_SLAB 601 601 struct list_head slabs_partial; /* partial list first, better asm code */