vserver 1.9.5.x5
[linux-2.6.git] / arch / i386 / kernel / cpu / intel_cacheinfo.c
index 2bba6df..d7c8f7b 100644 (file)
@@ -58,7 +58,7 @@ static struct _cache_table cache_table[] __initdata =
        { 0x00, 0, 0}
 };
 
-unsigned int init_intel_cacheinfo(struct cpuinfo_x86 *c)
+unsigned int __init init_intel_cacheinfo(struct cpuinfo_x86 *c)
 {
        unsigned int trace = 0, l1i = 0, l1d = 0, l2 = 0, l3 = 0; /* Cache sizes */