From: Manfred Spraul Date: Sat, 3 Sep 2005 22:55:07 +0000 (-0700) Subject: [PATCH] slab: removes local_irq_save()/local_irq_restore() pair X-Git-Tag: v2.6.14-rc1~951 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00e145b6d59a16dd7740197a18f7abdb3af004a9;p=pandora-kernel.git [PATCH] slab: removes local_irq_save()/local_irq_restore() pair Proposed by and based on a patch from Eric Dumazet : This patch removes unnecessary critical section in ksize() function, as cli/sti are rather expensive on modern CPUS. It additionally adds a docbook entry for ksize() and further simplifies the code. Signed-Off-By: Manfred Spraul Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed