commit | 4b6f0750457db1f573eb6226960a432da3be8fe2 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Wed May 16 22:10:53 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu May 17 05:23:03 2007 -0700 |
tree | 9e71084c892b595e4b7383d152d7ebeea936934b | |
parent | 3ca12ee549f7837b8a685dddc9515f9fc28434ee [diff] |
SLUB: Define functions for cpu slab handling instead of using PageActive Use inline functions to access the per cpu bit. Intoduce the notion of "freezing" a slab to make things more understandable. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>