aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorAndries E. Brouwer <andries.brouwer@cwi.nl>2004-11-13 04:59:55 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-13 04:59:55 -0800
commitccc893f12db7aaca6670ce631ddc3ac27ee29b8a (patch)
tree0161879f647fd3f5680c626f7a2736651b58cbbf /mm
parentf21918a32a926b68998376233853dec6291066c3 (diff)
downloadhistory-ccc893f12db7aaca6670ce631ddc3ac27ee29b8a.tar.gz
[PATCH] __init in mm/slab.c
The below removes an __initdata (for initarray_generic that is referenced in non-init code).
Diffstat (limited to 'mm')
-rw-r--r--mm/slab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slab.c b/mm/slab.c
index 958d22d7838318..816ad01ed80628 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -509,7 +509,7 @@ static struct cache_names __initdata cache_names[] = {
static struct arraycache_init initarray_cache __initdata =
{ { 0, BOOT_CPUCACHE_ENTRIES, 1, 0} };
-static struct arraycache_init initarray_generic __initdata =
+static struct arraycache_init initarray_generic =
{ { 0, BOOT_CPUCACHE_ENTRIES, 1, 0} };
/* internal cache of cache description objs */