From: Christoph Lameter Date: Tue, 3 Jul 2007 16:31:04 +0000 (-0700) Subject: SLUB: Make lockdep happy by not calling add_partial with interrupts enabled during... X-Git-Tag: v2.6.22~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc55faa64c12f4c9fab6e2bd131d771bc026ed1;p=pandora-kernel.git SLUB: Make lockdep happy by not calling add_partial with interrupts enabled during bootstrap If we move the local_irq_enable() to the end of the function then add_partial() in early_kmem_cache_node_alloc() will be called with interrupts disabled like during regular operations. This makes lockdep happy. Signed-off-by: Christoph Lameter Tested-by: Andre Noll Acked-by: Ingo Molnar Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed