]> git.neil.brown.name Git - history.git/commit
[PATCH] slab: enable the cpu arrays on uniprocessor
authorAndrew Morton <akpm@digeo.com>
Wed, 30 Oct 2002 07:24:02 +0000 (23:24 -0800)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Wed, 30 Oct 2002 07:24:02 +0000 (23:24 -0800)
commit237971983c21076195c5333af5bce994099db546
treef0eec8743d78835431c3753522a541f581394eec
parent91767dfd268f7b9c4879198a2e23d960a87c8d59
[PATCH] slab: enable the cpu arrays on uniprocessor

From Manfred Spraul

Always enable the cpu arrays, even on uniprocessor.

They provide LIFO ordering, which should improve cache hit rates.  And
the array allocator is slightly faster than the list operations.
mm/slab.c