summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2003-02-14 20:43:11 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-02-14 20:43:11 -0800
commit4e075e505c8abcbc1ceb16f5fad01900751fe389 (patch)
tree4dfb329031ff8563f0193a188fd7cb163cc341d1
parent020302f5a838e5933e707824afd86ff86e4f56af (diff)
[PATCH] remove stale comment
I added this comment but the line it refers to is long gone.
-rw-r--r--mm/slab.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/slab.c b/mm/slab.c
index af0886e3c7a5..649f332c2398 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -438,7 +438,6 @@ struct arraycache_init initarray_generic __initdata = { { 0, BOOT_CPUCACHE_ENTRI
/* internal cache of cache description objs */
static kmem_cache_t cache_cache = {
.lists = LIST3_INIT(cache_cache.lists),
- /* Allow for boot cpu != 0 */
.batchcount = 1,
.limit = BOOT_CPUCACHE_ENTRIES,
.objsize = sizeof(kmem_cache_t),